2 implementations of WriteAppHostLogEntryAsync
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
722public async Task WriteAppHostLogEntryAsync(ExtensionAppHostLogEntry entry, CancellationToken cancellationToken)
Aspire.Cli.Tests (1)
TestServices\TestExtensionBackchannel.cs (1)
290public Task WriteAppHostLogEntryAsync(ExtensionAppHostLogEntry entry, CancellationToken cancellationToken)
1 reference to WriteAppHostLogEntryAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
573var result = _extensionTaskChannel.Writer.TryWrite(async () => await Backchannel.WriteAppHostLogEntryAsync(entry, _cancellationToken).ConfigureAwait(false));