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