3 implementations of RequestStopAsync
aspire (1)
Backchannel\AppHostBackchannel.cs (1)
48public async Task RequestStopAsync(CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
626public Task RequestStopAsync(CancellationToken cancellationToken) => Task.CompletedTask;
TestServices\TestAppHostBackchannel.cs (1)
43public Task RequestStopAsync(CancellationToken cancellationToken)
1 reference to RequestStopAsync
aspire (1)
Commands\PublishCommandBase.cs (1)
172await backchannel.RequestStopAsync(cancellationToken).ConfigureAwait(false);