3 writes to _child2
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (3)
31
_child2
= child2;
43
_child2
= child2;
54
_child2
= (GreenNode)reader.ReadValue();
6 references to _child2
Microsoft.CodeAnalysis (6)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (6)
55
this.AdjustFlagsAndWidth(
_child2
);
63
writer.WriteValue(
_child2
);
75
return
_child2
;
85
array[offset + 2].Value =
_child2
;
95
return new WithThreeChildren(errors, this.GetAnnotations(), _child0, _child1,
_child2
);
100
return new WithThreeChildren(GetDiagnostics(), annotations, _child0, _child1,
_child2
);