3 writes to _child0
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (3)
27
_child0
= child0;
37
_child0
= child0;
46
_child0
= (GreenNode)reader.ReadValue();
6 references to _child0
Microsoft.CodeAnalysis (6)
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (6)
47
this.AdjustFlagsAndWidth(
_child0
);
55
writer.WriteValue(
_child0
);
64
return
_child0
;
74
array[offset].Value =
_child0
;
85
return new WithTwoChildren(errors, this.GetAnnotations(),
_child0
, _child1);
90
return new WithTwoChildren(GetDiagnostics(), annotations,
_child0
, _child1);