2 writes to _child1
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (2)
23
_child1
= child1;
35
_child1
= child1;
4 references to _child1
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (4)
47
return
_child1
;
58
array[offset + 1].Value =
_child1
;
69
return new WithThreeChildren(errors, this.GetAnnotations(), _child0,
_child1
, _child2);
74
return new WithThreeChildren(GetDiagnostics(), annotations, _child0,
_child1
, _child2);