4 writes to Lines
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
816yield return new ResourceLogBatch { Lines = batch };
Aspire.Cli.Tests (3)
Commands\LogsCommandTests.cs (1)
1241Lines =
TestServices\TestAppHostAuxiliaryBackchannel.cs (2)
261yield return new ResourceLogBatch { Lines = lines.ToArray() }; 268yield return new ResourceLogBatch { Lines = lines.ToArray() };
1 reference to Lines
aspire (1)
Commands\LogsCommand.cs (1)
425foreach (var logLine in batch.Lines)