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; 412return _fullWidth; 425return _fullWidth - this.GetLeadingTriviaWidth() - this.GetTrailingTriviaWidth(); 864if (node1._fullWidth != node2._fullWidth)