4 writes to _fullWidth
Microsoft.CodeAnalysis (4)
Syntax\GreenNode.cs (4)
52
_fullWidth
= fullWidth;
58
_fullWidth
= fullWidth;
110
_fullWidth
+= node._fullWidth;
380
_fullWidth
= value;
5 references to _fullWidth
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (5)
110
_fullWidth += node.
_fullWidth
;
375
return
_fullWidth
;
388
return
_fullWidth
- this.GetLeadingTriviaWidth() - this.GetTrailingTriviaWidth();
875
if (node1.
_fullWidth
!= node2.
_fullWidth
)