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