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