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