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