13 references to new
csc (1)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (1)
189new NamedPipeServerStream(
dotnet (2)
Commands\Test\MTP\IPC\NamedPipeServer.cs (1)
34_namedPipeServerStream = new NamedPipeServerStream(
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.9.0-1.26279.105\contentFiles\cs\net11.0\NamedPipeUtil.cs (1)
189new NamedPipeServerStream(
Microsoft.Build (1)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
264_pipeServer = new NamedPipeServerStream(
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (1)
189new NamedPipeServerStream(
Microsoft.Build.Tasks.Core (1)
src\msbuild\src\Shared\NodePipeServer.cs (1)
62_pipeServer = new NamedPipeServerStream(
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (1)
189new NamedPipeServerStream(
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (1)
189new NamedPipeServerStream(
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcServerTransport.cs (1)
158NamedPipeServerStream stream = new(pipeName, PipeDirection.InOut, maxInstances, PipeTransmissionMode.Byte, PipeOptions.Asynchronous, 16 * 1024, 16 * 1024);
MSBuild (1)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
264_pipeServer = new NamedPipeServerStream(
rzc (1)
ConnectionHost.cs (1)
50var pipeStream = new NamedPipeServerStream(
vbc (1)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (1)
189new NamedPipeServerStream(
VBCSCompiler (1)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (1)
189new NamedPipeServerStream(