3 overrides of IsContextfulImpl
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
190
protected sealed override bool
IsContextfulImpl
() => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
189
protected override bool
IsContextfulImpl
() => false;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
255
protected override bool
IsContextfulImpl
()
1 reference to IsContextfulImpl
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
123
public bool IsContextful =>
IsContextfulImpl
();