1 reference to Width
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNodeOrToken.cs (1)
893internal int Width => _token?.Width ?? _nodeOrParent?.Width ?? 0;