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; 375return _fullWidth; 388return _fullWidth - this.GetLeadingTriviaWidth() - this.GetTrailingTriviaWidth(); 875if (node1._fullWidth != node2._fullWidth)