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