7 references to FunctionPointerTypesCache
System.Private.TypeLoader (7)
Internal\Runtime\TypeLoader\TypeBuilder.cs (5)
913TypeSystemContext.FunctionPointerTypesCache.Reserve(TypeSystemContext.FunctionPointerTypesCache.Count + newFunctionPointerTypesCount); 935TypeSystemContext.FunctionPointerTypesCache.AddOrGetExisting(typeAsFunctionPointerType.RuntimeTypeHandle); 1219if (!TypeSystemContext.FunctionPointerTypesCache.TryGetValue(key, out runtimeTypeHandle)) 1232TypeSystemContext.FunctionPointerTypesCache.AddOrGetExisting(runtimeTypeHandle);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (2)
243if (TypeSystemContext.FunctionPointerTypesCache.TryGetValue(key, out runtimeTypeHandle)) 250TypeSystemContext.FunctionPointerTypesCache.AddOrGetExisting(runtimeTypeHandle);