Base:
9 overrides of IsPointerImpl
System.Reflection.MetadataLoadContext (9)
System\Reflection\TypeLoading\Types\RoArrayType.cs (1)
31
protected sealed override bool
IsPointerImpl
() => false;
System\Reflection\TypeLoading\Types\RoByRefType.cs (1)
24
protected sealed override bool
IsPointerImpl
() => false;
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
37
protected sealed override bool
IsPointerImpl
() => false;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
27
protected sealed override bool
IsPointerImpl
() => false;
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
145
protected sealed override bool
IsPointerImpl
() => false;
System\Reflection\TypeLoading\Types\RoGenericParameterType.cs (1)
27
protected sealed override bool
IsPointerImpl
() => false;
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
130
protected override bool
IsPointerImpl
() => _unmodifiedType.Call_IsPointerImpl();
System\Reflection\TypeLoading\Types\RoPointerType.cs (1)
24
protected sealed override bool
IsPointerImpl
() => true;
System\Reflection\TypeLoading\Types\RoStubType.cs (1)
23
protected sealed override bool
IsPointerImpl
() => throw null!;
1 reference to IsPointerImpl
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
48
internal bool Call_IsPointerImpl() =>
IsPointerImpl
();