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)
49return _child2; 59array[offset + 2].Value = _child2; 69return new WithThreeChildren(errors, this.GetAnnotations(), _child0, _child1, _child2); 74return new WithThreeChildren(GetDiagnostics(), annotations, _child0, _child1, _child2);