summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Reflection/Emit/DynamicMethod.cs
AgeCommit message (Expand)AuthorFilesLines
2018-03-08Make member visibility first accross corlib (#16836)Jan Kotas1-2/+2
2018-03-07Remove dead code found by ILLink. (#16759)Eugene Rozenfeld1-7/+0
2018-02-25Delete redundant (RuntimeType) castsJan Kotas1-1/+1
2017-11-19Allow ByRef return types in Dynamic Method (#15106)Alex1-2/+2
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley1-7/+0
2017-09-08Move files to shared partition (#13870)Jan Kotas1-3/+3
2017-09-06Support for not wrapping exceptions with TargetInvocationException. (#13767)Austin Wise1-2/+3
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-3/+1
2017-04-10empty array (#10841)Dan Moseley1-4/+4
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich1-15/+15
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas1-15/+15
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich1-15/+15
2017-03-18Move ParameterInfo.cs and Assembly.cs to shared partition. (#10270)Atsushi Kanamori1-4/+4
2017-03-05Delete IsNonW8PFrameworkAPI checks (#9964)Jan Kotas1-90/+28
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich1-142/+186
2017-02-10Use DynamicSecurityMethod attribute to mark methods with StackCrawlMarkJan Kotas1-9/+9
2017-02-07Remove more CAS (#9390)Dan Moseley1-2/+1
2017-02-06Delete ComVisible attributesJan Kotas1-3/+0
2017-02-04Remove stripped code (#9269)Dan Moseley1-24/+0
2017-01-23Remove disabled FEATURE_COMPRESSEDSTACKdanmosemsft1-6/+0
2016-12-12Rename Contract.Assert to Debug.Assert (#8600)Jan Kotas1-4/+5
2016-12-09Removes final FEATURE_CORECLR defines (#8555)Jeremy Kuhne1-162/+0
2016-12-09Strip some security related attributes (#8571)Jeremy Kuhne1-49/+0
2016-10-27Use nameof where possible for ArgumentExceptionStephen A. Imhoff1-2/+2
2016-10-27Use nameof where possible for ArgumentNullExceptionStephen A. Imhoff1-6/+6
2016-09-16Add few System.Reflection APIs (#7193)Sepideh Khoshnood1-0/+12
2016-05-07Use Buffer.BlockCopy in System.Reflection.Emit (#4812)James Ko1-1/+1
2016-02-22Add in code to do NullArgumentChecks for compatibiityVance Morrison1-2/+2
2016-02-18Revert "Revert "Remove useless security checks""Vance Morrison1-0/+4
2016-02-06Revert "Remove useless security checks"Jan Kotas1-4/+0
2016-02-04Remove security checks.Vance Morrison1-0/+4
2016-01-27Update license headersdotnet-bot1-2/+3
2015-08-07Use Array.Empty where possibleJames Ko1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1034