4 writes to _fullWidth
Microsoft.CodeAnalysis (4)
Syntax\GreenNode.cs (4)
61
_fullWidth
= fullWidth;
67
_fullWidth
= fullWidth;
119
_fullWidth
+= node._fullWidth;
417
_fullWidth
= value;
5 references to _fullWidth
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (5)
119
_fullWidth += node.
_fullWidth
;
412
return
_fullWidth
;
425
return
_fullWidth
- this.GetLeadingTriviaWidth() - this.GetTrailingTriviaWidth();
864
if (node1.
_fullWidth
!= node2.
_fullWidth
)