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