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