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