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