2 instantiations of GenericCompositionNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
507return new GenericCompositionNode(details, constructed: false); 512return 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)
505_genericCompositions = new NodeCache<Instantiation, GenericCompositionNode>((Instantiation details) => 510_constructedGenericCompositions = new NodeCache<Instantiation, GenericCompositionNode>((Instantiation details) => 969private NodeCache<Instantiation, GenericCompositionNode> _genericCompositions; 976private NodeCache<Instantiation, GenericCompositionNode> _constructedGenericCompositions;