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