7 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;
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostLifetime.cs (1)
46
eventArgs.
Cancel
= true;
MSBuild (1)
XMake.cs (1)
1152
e.
Cancel
= true; // do not terminate rudely
System.Console (1)
System\Console.cs (1)
991
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)
993
ctx.Cancel = args.
Cancel
;