2 instantiations of LogInformationEntry
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
326
_logInformationChannel.Writer.TryWrite(
new
(subscribers.Name, LogsAvailable: null, subscribers.AnySubscribers));
471
_logInformationChannel.Writer.TryWrite(
new
(resource.Metadata.Name, LogsAvailable: true, HasSubscribers: null));
3 references to LogInformationEntry
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
98
private readonly Channel<
LogInformationEntry
> _logInformationChannel = Channel.CreateUnbounded<
LogInformationEntry
>(
338
await foreach (
var
entry in _logInformationChannel.Reader.ReadAllAsync(cancellationToken).ConfigureAwait(false))