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