2 overrides of IsMarshalByRefImpl
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
194
protected sealed override bool
IsMarshalByRefImpl
() => throw new NotSupportedException(SR.NotSupported_SignatureType);
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
280
protected override bool
IsMarshalByRefImpl
()
1 reference to IsMarshalByRefImpl
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
127
public bool IsMarshalByRef =>
IsMarshalByRefImpl
();