1 write to Canceled
Aspire.Hosting (1)
ApplicationModel\InteractionService.cs (1)
322Canceled = canceled;
4 references to Canceled
Aspire.Hosting (1)
ApplicationModel\InteractionService.cs (1)
122if (result.Canceled)
Aspire.Hosting.Tests (1)
InteractionServiceTests.cs (1)
58Assert.True(result.Canceled);
Stress.AppHost (2)
Program.cs (2)
175if (result.Canceled) 219if (result.Canceled)