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