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