8 references to PointerTypesCache
System.Private.TypeLoader (8)
Internal\Runtime\TypeLoader\TypeBuilder.cs (5)
974
TypeSystemContext.
PointerTypesCache
.Reserve(TypeSystemContext.
PointerTypesCache
.Count + newPointerTypesCount);
1025
TypeSystemContext.
PointerTypesCache
.AddOrGetExisting(typeAsParameterizedType.RuntimeTypeHandle);
1241
if (!TypeSystemContext.
PointerTypesCache
.TryGetValue(pointeeTypeHandle, out pointerTypeHandle))
1250
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);