2 references to ConvertTextAtIndexToRune
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\VirtualChars\AbstractVirtualCharService.cs (1)
180index += ConvertTextAtIndexToRune(tokenText, index, result, offset);
Infrastructure\VirtualChars\CSharpVirtualCharService.cs (1)
168index += ConvertTextAtIndexToRune(tokenText, index, result, offset);