10 overrides of IsByRefImpl
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
508protected override bool IsByRefImpl()
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
223protected override bool IsByRefImpl() { return false; }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
175protected override bool IsByRefImpl() => _unmodifiedType.IsByRef;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
30protected abstract override bool IsByRefImpl();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
148protected override bool IsByRefImpl() => typeImpl.IsByRef;
System\RuntimeType.NativeAot.cs (1)
289protected override unsafe bool IsByRefImpl()
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (1)
131protected override bool IsByRefImpl()
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
426protected override bool IsByRefImpl()
System.Reflection.Emit (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
508protected override bool IsByRefImpl()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
45protected abstract override bool IsByRefImpl();
1 reference to IsByRefImpl
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
52public bool IsByRef => IsByRefImpl();