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