1 write to _details
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericCompositionNode.cs (1)
19_details = details;
8 references to _details
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\GenericCompositionNode.cs (8)
23public override bool ShouldSkipEmittingObjectNode(NodeFactory factory) => !_constructed && factory.ConstructedGenericComposition(_details).Marked; 29foreach (TypeDesc instArg in _details) 67foreach (var typeArg in _details) 86var compare = _details.Length.CompareTo(otherComposition._details.Length); 94for (int i = 0; i < _details.Length; i++) 96compare = comparer.Compare(_details[i], otherComposition._details[i]);