11 writes to Cancel
AnalyzerRunner (1)
Program.cs (1)
46e.Cancel = true;
ClientSample (2)
HubSample.cs (1)
63a.Cancel = true;
RawSample.cs (1)
53a.Cancel = true;
dotnet (3)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
94Console.CancelKeyPress += (sender, e) => { e.Cancel = true; };
Commands\Run\RunCommand.cs (1)
173Console.CancelKeyPress += (sender, e) => { e.Cancel = true; };
NuGetForwardingApp.cs (1)
26Console.CancelKeyPress += (sender, e) => { e.Cancel = true; };
dotnet-watch (1)
UI\PhysicalConsole.cs (1)
87e.Cancel = true;
Microsoft.DotNet.Cli.Utils (1)
ProcessReaper.cs (1)
99e.Cancel = true;
MSBuild (1)
XMake.cs (1)
1094e.Cancel = true; // do not terminate rudely
System.Console (1)
System\Console.cs (1)
999args.Cancel = ctx.Cancel;
xunit.console (1)
ConsoleRunner.cs (1)
56e.Cancel = true;
1 reference to Cancel
System.Console (1)
System\Console.cs (1)
1001ctx.Cancel = args.Cancel;