6 references to Pipe
Aspire.Cli.Tests (2)
Mcp\TestMcpServerTransport.cs (2)
25public Pipe ClientToServerPipe { get; } = new(); 30public Pipe ServerToClientPipe { get; } = new();
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
611var s = new Pipe();
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSDataStream.cs (1)
78_pipe = new Pipe();
Microsoft.AspNetCore.Watch.BrowserRefresh (1)
src\sdk\src\Dotnet.Watch\Web.Middleware\ResponseStreamWrapper.cs (1)
138_pipe = new Pipe();
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpResponseBodyReader.cs (1)
99var pipe = new Pipe();