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