1 instantiation of LogStreamPipes
Aspire.Hosting.Tests (1)
Dcp\ApplicationExecutorTests.cs (1)
612
var result = new
LogStreamPipes
();
3 references to LogStreamPipes
Aspire.Hosting.Tests (3)
Dcp\ApplicationExecutorTests.cs (3)
481
var
pipes = await GetStreamPipesAsync(logStreamPipesChannel);
609
private static async Task<
LogStreamPipes
> GetStreamPipesAsync(Channel<(string Type, Pipe Pipe)> logStreamPipesChannel)
612
var
result = new LogStreamPipes();