Base:
method
IsByRefImpl
System.Type.IsByRefImpl()
5 overrides of IsByRefImpl
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureConstructedGenericType.cs (1)
33protected sealed override bool IsByRefImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
67protected override bool IsByRefImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
20protected sealed override bool IsByRefImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
20protected abstract override bool IsByRefImpl();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureModifiedType.cs (1)
51protected override bool IsByRefImpl() => _unmodifiedType.IsByRef;