3 references to _logInformationChannel
Aspire.Hosting (3)
Dcp\DcpResourceWatcher.cs (3)
140
_logInformationChannel
.Writer.TryWrite(new(subscribers.Name, LogsAvailable: null, subscribers.AnySubscribers, ShouldStartStream: true));
152
await foreach (var entry in
_logInformationChannel
.Reader.ReadAllAsync(cancellationToken).ConfigureAwait(false))
363
_logInformationChannel
.Writer.TryWrite(new(resource.Metadata.Name, LogsAvailable: true, HasSubscribers: null, ShouldStartStream: shouldStartStream));