5 references to Width
Microsoft.CodeAnalysis (3)
Syntax\SyntaxNode.cs (2)
1151
else if (textOffset >= leading + token.
Width
)
1153
textOffset -= leading + token.
Width
;
Syntax\SyntaxToken.cs (1)
26
internal static readonly Func<SyntaxToken, bool> NonZeroWidth = t => t.
Width
> 0;
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxNormalizer.cs (2)
933
else if (token.
Width
> 1 && next.
Width
> 1)