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