1 write to _addressTakenMethods
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
359
_addressTakenMethods
= new NodeCache<MethodDesc, AddressTakenMethodNode>(method =>
1 reference to _addressTakenMethods
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1222
return
_addressTakenMethods
.GetOrAdd(method);