1 write to _exactMethodEntries
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
342
_exactMethodEntries
= new NodeCache<MethodDesc, ExactMethodInstantiationsEntryNode>(method =>
1 reference to _exactMethodEntries
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1200
return
_exactMethodEntries
.GetOrAdd(method);