1 write to _localMethodCache
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
483_localMethodCache = new NodeCache<MethodDesc, MethodWithGCInfo>(key =>
2 references to _localMethodCache
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (2)
137return _localMethodCache.GetOrAdd(method); 185return _localMethodCache.GetOrAdd(thunk);