1 instantiation of ResourceLogEntry
Aspire.Hosting (1)
Dcp\ResourceLogSource.cs (1)
84
var succeeded = channel.Writer.TryWrite(new
ResourceLogEntry
(line, lineIsError, timestamp, rawContent));
7 references to ResourceLogEntry
Aspire.Hosting (7)
Dcp\DcpResourceWatcher.cs (4)
548
IAsyncEnumerable<IReadOnlyList<
ResourceLogEntry
>>? enumerable = null;
577
private static IEnumerable<LogEntry> CreateLogEntries(IReadOnlyList<
ResourceLogEntry
> batch)
579
foreach (
var
entry in batch)
596
IAsyncEnumerable<IReadOnlyList<
ResourceLogEntry
>>? enumerable = resource switch
Dcp\ResourceLogSource.cs (3)
28
IAsyncEnumerable<IReadOnlyList<
ResourceLogEntry
>>
31
public async IAsyncEnumerator<IReadOnlyList<
ResourceLogEntry
>> GetAsyncEnumerator(CancellationToken cancellationToken)
48
var channel = Channel.CreateUnbounded<
ResourceLogEntry
>(new UnboundedChannelOptions