2 writes to _child0
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (2)
21
_child0
= child0;
33
_child0
= child0;
4 references to _child0
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (4)
45
return
_child0
;
57
array[offset].Value =
_child0
;
69
return new WithThreeChildren(errors, this.GetAnnotations(),
_child0
, _child1, _child2);
74
return new WithThreeChildren(GetDiagnostics(), annotations,
_child0
, _child1, _child2);