2 implementations of NotifyAppHostStartupCompletedAsync
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
640public async Task NotifyAppHostStartupCompletedAsync(CancellationToken cancellationToken)
Aspire.Cli.Tests (1)
TestServices\TestExtensionBackchannel.cs (1)
236public Task NotifyAppHostStartupCompletedAsync(CancellationToken cancellationToken)
1 reference to NotifyAppHostStartupCompletedAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
327var result = _extensionTaskChannel.Writer.TryWrite(() => Backchannel.NotifyAppHostStartupCompletedAsync(_cancellationToken));