Add IsCollectible property to Memberinfo and MethodInfo (dotnet/coreclr#21155)
authorJohn Salem <josalem@microsoft.com>
Thu, 29 Nov 2018 06:34:48 +0000 (22:34 -0800)
committerJan Kotas <jkotas@microsoft.com>
Thu, 29 Nov 2018 06:34:48 +0000 (22:34 -0800)
commit7d51d70cdd1cfcfda5aae4093d106a3e70ce713e
treec165370dae397c09f8578cb8a1124b57507c967b
parent8cfbf28f0c0b46beb183d7c178a8bfb9be18d642
Add IsCollectible property to Memberinfo and MethodInfo (dotnet/coreclr#21155)

Commit migrated from https://github.com/dotnet/coreclr/commit/b53d00dcc24149ee84ad8cfa9c23b253d8cf65e0
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeFieldInfo.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimePropertyInfo.cs
src/coreclr/src/System.Private.CoreLib/src/System/RuntimeHandles.cs
src/coreclr/src/vm/ecalllist.h
src/coreclr/src/vm/runtimehandles.cpp
src/coreclr/src/vm/runtimehandles.h
src/libraries/System.Private.CoreLib/src/System/Reflection/MemberInfo.cs
src/libraries/System.Private.CoreLib/src/System/Type.cs