2 implementations of Length
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\VirtualChars\AbstractVirtualCharService.ITextInfo.cs (2)
23
public int
Length
(SourceText text) => text.Length;
29
public int
Length
(string text) => text.Length;
1 reference to Length
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\AbstractVirtualCharService.cs (1)
208
else if (index + 1 < info.
Length
(tokenText) &&