2 references to TryParseTerminalInputSequence
System.Console (2)
System\IO\KeyParser.cs (2)
34
if (
TryParseTerminalInputSequence
(buffer, terminalFormatStrings, out ConsoleKeyInfo parsed, ref startIndex, endIndex))
40
else if (length >= MinimalSequenceLength &&
TryParseTerminalInputSequence
(buffer, terminalFormatStrings, out ConsoleKeyInfo parsed, ref startIndex, endIndex))