2 references to ConstructedGenericComposition
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
1148? factory.ConstructedGenericComposition(_type.Instantiation)
Compiler\DependencyAnalysis\GenericCompositionNode.cs (1)
23public override bool ShouldSkipEmittingObjectNode(NodeFactory factory) => !_constructed && factory.ConstructedGenericComposition(_details).Marked;