2 instantiations of GenericCompositionNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
500return new GenericCompositionNode(details, constructed: false); 505return new GenericCompositionNode(details, constructed: true);
6 references to GenericCompositionNode
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\GenericCompositionNode.cs (2)
85var otherComposition = (GenericCompositionNode)other;
Compiler\DependencyAnalysis\NodeFactory.cs (4)
498_genericCompositions = new NodeCache<Instantiation, GenericCompositionNode>((Instantiation details) => 503_constructedGenericCompositions = new NodeCache<Instantiation, GenericCompositionNode>((Instantiation details) => 962private NodeCache<Instantiation, GenericCompositionNode> _genericCompositions; 969private NodeCache<Instantiation, GenericCompositionNode> _constructedGenericCompositions;