Base:
property
IsCollectible
System.Reflection.MemberInfo.IsCollectible
5 references to IsCollectible
System.Private.CoreLib (5)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
176public override bool IsCollectible => ReflectedTypeInternal.IsCollectible;
src\System\Reflection\RuntimeEventInfo.cs (1)
132public override bool IsCollectible => ReflectedTypeInternal.IsCollectible;
src\System\Reflection\RuntimeFieldInfo.cs (1)
48public override bool IsCollectible => ReflectedTypeInternal.IsCollectible;
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
324if (ReflectedTypeInternal.IsCollectible)
src\System\Reflection\RuntimePropertyInfo.cs (1)
183public override bool IsCollectible => ReflectedTypeInternal.IsCollectible;