1 write to _constructed
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericCompositionNode.cs (1)
20_constructed = constructed;
4 references to _constructed
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\GenericCompositionNode.cs (4)
23public override bool ShouldSkipEmittingObjectNode(NodeFactory factory) => !_constructed && factory.ConstructedGenericComposition(_details).Marked; 69IEETypeNode node = _constructed ? factory.MaximallyConstructableType(typeArg) : factory.NecessaryTypeSymbol(typeArg); 90compare = _constructed.CompareTo(otherComposition._constructed);