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)
23
public override bool ShouldSkipEmittingObjectNode(NodeFactory factory) => !
_constructed
&& factory.ConstructedGenericComposition(_details).Marked;
69
IEETypeNode node =
_constructed
? factory.MaximallyConstructableType(typeArg) : factory.NecessaryTypeSymbol(typeArg);
90
compare =
_constructed
.CompareTo(otherComposition.
_constructed
);