2 references to CreateClient
Replay (2)
src\Compilers\Shared\BuildServerConnection.cs (1)
385pipeStream = NamedPipeUtil.CreateClient(".", pipeName, PipeDirection.InOut, PipeOptions.Asynchronous);
src\Compilers\Shared\NamedPipeUtil.cs (1)
49/// Does the client of "pipeStream" have the same identity and elevation as we do? The <see cref="CreateClient"/> and