Base:
method
IsByRefImpl
System.Type.IsByRefImpl()
3 overrides of IsByRefImpl
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureConstructedGenericType.cs (1)
33
protected sealed override bool
IsByRefImpl
() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
20
protected sealed override bool
IsByRefImpl
() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
20
protected abstract override bool
IsByRefImpl
();