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