2 writes to _child2
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (2)
25
_child2
= child2;
37
_child2
= child2;
4 references to _child2
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (4)
49
return
_child2
;
59
array[offset + 2].Value =
_child2
;
69
return new WithThreeChildren(errors, this.GetAnnotations(), _child0, _child1,
_child2
);
74
return new WithThreeChildren(GetDiagnostics(), annotations, _child0, _child1,
_child2
);