2 references to IndexOfFirstCharToEscape
Microsoft.Extensions.Logging.Console (2)
ConsoleControlCharacterSanitizer.cs (2)
28int firstEscapedCharacterIndex = IndexOfFirstCharToEscape(remaining); 44int next = IndexOfFirstCharToEscape(remaining);