2 writes to _child0
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (2)
20_child0 = child0; 30_child0 = child0;
4 references to _child0
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (4)
40return _child0; 50array[offset].Value = _child0; 61return new WithTwoChildren(errors, this.GetAnnotations(), _child0, _child1); 66return new WithTwoChildren(GetDiagnostics(), annotations, _child0, _child1);