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