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