3 writes to _child0
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (3)
27
_child0
= child0;
39
_child0
= child0;
50
_child0
= (GreenNode)reader.ReadValue();
6 references to _child0
Microsoft.CodeAnalysis (6)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (6)
51
this.AdjustFlagsAndWidth(
_child0
);
61
writer.WriteValue(
_child0
);
71
return
_child0
;
83
array[offset].Value =
_child0
;
95
return new WithThreeChildren(errors, this.GetAnnotations(),
_child0
, _child1, _child2);
100
return new WithThreeChildren(GetDiagnostics(), annotations,
_child0
, _child1, _child2);