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