1 write to _shouldCancel
Aspire.Cli.Tests (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
606
public void SetupCancellationResponse() =>
_shouldCancel
= true;
3 references to _shouldCancel
Aspire.Cli.Tests (3)
Commands\PublishCommandPromptingIntegrationTests.cs (3)
620
if (
_shouldCancel
|| cancellationToken.IsCancellationRequested)
635
if (
_shouldCancel
|| cancellationToken.IsCancellationRequested)
657
if (
_shouldCancel
|| cancellationToken.IsCancellationRequested)