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)
137
return
_localMethodCache
.GetOrAdd(method);
185
return
_localMethodCache
.GetOrAdd(thunk);