3 references to Width
Microsoft.CodeAnalysis (3)
Syntax\SyntaxNode.cs (2)
1147
else if (textOffset >= leading + token.
Width
)
1149
textOffset -= leading + token.
Width
;
Syntax\SyntaxToken.cs (1)
25
internal static readonly Func<SyntaxToken, bool> NonZeroWidth = t => t.
Width
> 0;