3 writes to _child1
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (3)
29
_child1
= child1;
41
_child1
= child1;
52
_child1
= (GreenNode)reader.ReadValue();
6 references to _child1
Microsoft.CodeAnalysis (6)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (6)
53
this.AdjustFlagsAndWidth(
_child1
);
62
writer.WriteValue(
_child1
);
73
return
_child1
;
84
array[offset + 1].Value =
_child1
;
95
return new WithThreeChildren(errors, this.GetAnnotations(), _child0,
_child1
, _child2);
100
return new WithThreeChildren(GetDiagnostics(), annotations, _child0,
_child1
, _child2);