2 writes to _child0
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (2)
20
_child0
= child0;
30
_child0
= child0;
4 references to _child0
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (4)
40
return
_child0
;
50
array[offset].Value =
_child0
;
61
return new WithTwoChildren(errors, this.GetAnnotations(),
_child0
, _child1);
66
return new WithTwoChildren(GetDiagnostics(), annotations,
_child0
, _child1);