summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Reflection/RuntimeConstructorInfo.cs
AgeCommit message (Expand)AuthorFilesLines
2018-02-28Delete unnecesary StackCrawlMarks (#16648)Jan Kotas1-2/+0
2017-12-29Remove reflection block on methods with MethodAttributes.RequireSecObject fla...Jan Kotas1-2/+1
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley1-7/+0
2017-09-06Support for not wrapping exceptions with TargetInvocationException. (#13767)Austin Wise1-4/+6
2017-08-21Remove empty try's (#13493)Dan Moseley1-2/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-15/+0
2017-05-31Post-Serialization cleanup fixes to Reflection (#12010)Atsushi Kanamori1-15/+1
2017-05-26ISerializable cleanup (#11873)Morgan Brown1-4/+1
2017-05-23Scale back [Serializable] on CoreCLR types (#11765)Morgan Brown1-1/+0
2017-05-21Implement HasSameMetadataDefinitionAs() on CoreCLR (#11774)Atsushi Kanamori1-0/+2
2017-03-23Migrate the Reflection serialization holders to the shared partition. (#10429)Atsushi Kanamori1-8/+1
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich1-13/+13
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas1-13/+13
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich1-13/+13
2017-03-16Fixing more file-class correspondence violations. (#10231)Atsushi Kanamori1-0/+488