10 overrides of IsPointerImpl
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
503protected override bool IsPointerImpl()
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
224protected override bool IsPointerImpl() { return false; }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
180protected override bool IsPointerImpl() => _unmodifiedType.IsPointer;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
32protected abstract override bool IsPointerImpl();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
151protected override bool IsPointerImpl() => typeImpl.IsPointer;
System\RuntimeType.NativeAot.cs (1)
297protected override unsafe bool IsPointerImpl()
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (1)
136protected override bool IsPointerImpl()
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
436protected override bool IsPointerImpl()
System.Reflection.Emit (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
503protected override bool IsPointerImpl()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
47protected abstract override bool IsPointerImpl();
1 reference to IsPointerImpl
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
54public bool IsPointer => IsPointerImpl();