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