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