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)
33protected sealed override bool IsByRefImpl() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
20protected sealed override bool IsByRefImpl() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
20protected abstract override bool IsByRefImpl();