Implemented interface member:
method
GetPointerType
System.Reflection.Metadata.IConstructedTypeProvider<TType>.GetPointerType(TType)
1 reference to GetPointerType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\EcmaWrappedTypeProvider.cs (1)
40public RoType GetPointerType(RoType elementType) => _typeProvider.GetPointerType(elementType.SkipTypeWrappers());