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; 417return _fullWidth; 430return _fullWidth - this.GetLeadingTriviaWidth() - this.GetTrailingTriviaWidth(); 881if (node1._fullWidth != node2._fullWidth)