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)
65
public int Width =>
_width
;
184
if (
_width
== 0)
193
if (token.Width ==
_width
)
211
return string.Create(length:
_width
, this, static (span, node) =>