4 references to Escape
dotnet-svcutil-lib (3)
CmdCredentialsProvider.cs (3)
262while (keyInfo.Key != ConsoleKey.Enter && keyInfo.Key != ConsoleKey.Escape); 265if (keyInfo.Key == ConsoleKey.Escape && throwOnEscape) 283if (keyInfo.Key == ConsoleKey.Escape)
System.Console (1)
System\IO\KeyParser.cs (1)
324Escape => ConsoleKey.Escape, // Ctrl+[ and Ctrl+3 are also mapped to 27. Limitation: Ctrl+[ and Ctrl+3 can't be mapped.