4 writes to _fullWidth
Microsoft.CodeAnalysis (4)
Syntax\GreenNode.cs (4)
66
_fullWidth
= fullWidth;
72
_fullWidth
= fullWidth;
124
_fullWidth
+= node._fullWidth;
422
_fullWidth
= value;
5 references to _fullWidth
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (5)
124
_fullWidth += node.
_fullWidth
;
417
return
_fullWidth
;
430
return
_fullWidth
- this.GetLeadingTriviaWidth() - this.GetTrailingTriviaWidth();
881
if (node1.
_fullWidth
!= node2.
_fullWidth
)