4 references to CreateServer
VBCSCompiler (2)
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (1)
185pipeStream = NamedPipeUtil.CreateServer(pipeName);
src\Compilers\Shared\NamedPipeUtil.cs (1)
52/// <see cref="CreateServer(string, PipeDirection?)" /> methods will already guarantee that the identity of the client and server are the
VBCSCompiler.UnitTests (2)
VBCSCompilerServerTests.cs (2)
105using (var stream = NamedPipeUtil.CreateServer(pipeName)) 154using (var stream = NamedPipeUtil.CreateServer(pipeName))