1 write to _eagerCctorIndirectionNodes
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
520
_eagerCctorIndirectionNodes
= new NodeCache<MethodDesc, EmbeddedObjectNode>((MethodDesc method) =>
1 reference to _eagerCctorIndirectionNodes
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1563
return
_eagerCctorIndirectionNodes
.GetOrAdd(cctorMethod);