3 references to CreateCacheFunc
ILCompiler.ReadyToRun (3)
TypeSystem\Mutable\MutableModule.cs (3)
312
TryGetHandle = _cache.
CreateCacheFunc
<TypeSystemEntity>(GetHandleForTypeSystemEntity);
313
TryGetStringHandle = _cache.
CreateCacheFunc
<string>(GetUserStringHandle);
314
TryGetAssemblyRefHandle = _cache.
CreateCacheFunc
<AssemblyNameInfo>(GetAssemblyRefHandle);