Base:
property
IsCollectible
System.Reflection.MemberInfo.IsCollectible
2 references to IsCollectible
System.Private.CoreLib (2)
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;