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