6 references to Pipe
Aspire.Cli.Tests (2)
Mcp\TestMcpServerTransport.cs (2)
25
public Pipe ClientToServerPipe { get; } =
new
();
30
public Pipe ServerToClientPipe { get; } =
new
();
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
611
var 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)
99
var pipe = new
Pipe
();