2 instantiations of RoPointerType
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Modules\RoModule.Unifier.cs (2)
56
new
RoPointerType
(elementType) :
57
_pointerDict.GetOrAdd(elementType, (e) => new
RoPointerType
(e));
4 references to RoPointerType
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\General\TypeFactories.cs (1)
14
public static
RoPointerType
GetUniquePointerType(this RoType elementType) => elementType.GetRoModule().GetUniquePointerType(elementType);
System\Reflection\TypeLoading\Modules\RoModule.Unifier.cs (3)
53
internal
RoPointerType
GetUniquePointerType(RoType elementType)
59
private readonly ConcurrentDictionary<RoType,
RoPointerType
> _pointerDict = new ConcurrentDictionary<RoType,
RoPointerType
>();