2 writes to _child1
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (2)
22
_child1
= child1;
32
_child1
= child1;
4 references to _child1
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (4)
42
return
_child1
;
51
array[offset + 1].Value =
_child1
;
61
return new WithTwoChildren(errors, this.GetAnnotations(), _child0,
_child1
);
66
return new WithTwoChildren(GetDiagnostics(), annotations, _child0,
_child1
);