2 writes to _child1
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (2)
22_child1 = child1; 32_child1 = child1;
4 references to _child1
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (4)
42return _child1; 51array[offset + 1].Value = _child1; 61return new WithTwoChildren(errors, this.GetAnnotations(), _child0, _child1); 66return new WithTwoChildren(GetDiagnostics(), annotations, _child0, _child1);