2 writes to _width
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\GreenNode.cs (2)
28_width = width; 54_width += node.Width;
4 references to _width
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\GreenNode.cs (4)
65public int Width => _width; 184if (_width == 0) 193if (token.Width == _width) 211return string.Create(length: _width, this, static (span, node) =>