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; 411return _fullWidth; 424return _fullWidth - this.GetLeadingTriviaWidth() - this.GetTrailingTriviaWidth(); 863if (node1._fullWidth != node2._fullWidth)