4 writes to _fullWidth
Microsoft.CodeAnalysis (4)
Syntax\GreenNode.cs (4)
60
_fullWidth
= fullWidth;
66
_fullWidth
= fullWidth;
118
_fullWidth
+= node._fullWidth;
416
_fullWidth
= value;
5 references to _fullWidth
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (5)
118
_fullWidth += node.
_fullWidth
;
411
return
_fullWidth
;
424
return
_fullWidth
- this.GetLeadingTriviaWidth() - this.GetTrailingTriviaWidth();
863
if (node1.
_fullWidth
!= node2.
_fullWidth
)