13 overrides of IsPointerImpl
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
501protected override bool IsPointerImpl()
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
225protected override bool IsPointerImpl() { return false; }
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
177protected override bool IsPointerImpl() => _unmodifiedType.IsPointer;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
29protected abstract override bool IsPointerImpl();
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
149protected override bool IsPointerImpl() => typeImpl.IsPointer;
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
255protected override bool IsPointerImpl() => RuntimeTypeHandle.IsPointer(this);
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (1)
234protected override bool IsPointerImpl()
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (1)
166protected override bool IsPointerImpl() { return false; }
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
906protected override bool IsPointerImpl()
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
436protected override bool IsPointerImpl()
System.Reflection.Emit (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
501protected override bool IsPointerImpl()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
47protected abstract override bool IsPointerImpl();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBindingHelperTests.cs (1)
938protected override bool IsPointerImpl() => throw new NotImplementedException();
1 reference to IsPointerImpl
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
54public bool IsPointer => IsPointerImpl();