1 write to _genericCompositions
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
503
_genericCompositions
= new NodeCache<Instantiation, GenericCompositionNode>((Instantiation details) =>
1 reference to _genericCompositions
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
971
return
_genericCompositions
.GetOrAdd(details);