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