18 references to CancelKeyPress
AnalyzerRunner (1)
Program.cs (1)
43Console.CancelKeyPress +=
ClientSample (2)
HubSample.cs (1)
61Console.CancelKeyPress += (sender, a) =>
RawSample.cs (1)
51Console.CancelKeyPress += (sender, a) =>
dotnet-dev-certs (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
17Console.CancelKeyPress += (o, e) =>
dotnet-getdocument (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
17Console.CancelKeyPress += (o, e) =>
dotnet-openapi (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
17Console.CancelKeyPress += (o, e) =>
dotnet-sql-cache (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
17Console.CancelKeyPress += (o, e) =>
dotnet-user-jwts (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
17Console.CancelKeyPress += (o, e) =>
dotnet-user-secrets (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
17Console.CancelKeyPress += (o, e) =>
GetDocument.Insider (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
17Console.CancelKeyPress += (o, e) =>
Microsoft.AspNetCore.Hosting (2)
Internal\WebHostLifetime.cs (2)
22Console.CancelKeyPress += CancelKeyPress; 39Console.CancelKeyPress -= CancelKeyPress;
MSBuild (3)
XMake.cs (3)
270Console.CancelKeyPress += Console_CancelKeyPress; 687Console.CancelKeyPress += cancelHandler; 1060Console.CancelKeyPress -= cancelHandler;
RunTests (1)
Program.cs (1)
66Console.CancelKeyPress += delegate
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
53Console.CancelKeyPress += (sender, e) => { cancellationTokenSource.Cancel(); };
xunit.console (1)
ConsoleRunner.cs (1)
50Console.CancelKeyPress += (sender, e) =>