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