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