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