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