8 references to PointerTypesCache
System.Private.TypeLoader (8)
Internal\Runtime\TypeLoader\TypeBuilder.cs (5)
911
TypeSystemContext.
PointerTypesCache
.Reserve(TypeSystemContext.
PointerTypesCache
.Count + newPointerTypesCount);
962
TypeSystemContext.
PointerTypesCache
.AddOrGetExisting(typeAsParameterizedType.RuntimeTypeHandle);
1178
if (!TypeSystemContext.
PointerTypesCache
.TryGetValue(pointeeTypeHandle, out pointerTypeHandle))
1187
TypeSystemContext.
PointerTypesCache
.AddOrGetExisting(pointerTypeHandle);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (3)
317
if (TypeSystemContext.
PointerTypesCache
.TryGetValue(pointeeTypeHandle, out pointerTypeHandle))
326
if (TypeSystemContext.
PointerTypesCache
.TryGetValue(pointeeTypeHandle, out pointerTypeHandle))
332
TypeSystemContext.
PointerTypesCache
.AddOrGetExisting(pointerTypeHandle);