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