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