2 implementations of Length
Microsoft.CodeAnalysis.Workspaces (2)
AbstractVirtualCharService.ITextInfo.cs (2)
24
public readonly int
Length
(SourceText text) => text.Length;
30
public readonly int
Length
(string text) => text.Length;
1 reference to Length
Microsoft.CodeAnalysis.Workspaces (1)
AbstractVirtualCharService.cs (1)
210
else if (index + 1 < info.
Length
(tokenText) &&