4 references to CreateServer
VBCSCompiler (2)
NamedPipeClientConnectionHost.cs (1)
185
pipeStream = NamedPipeUtil.
CreateServer
(pipeName);
NamedPipeUtil.cs (1)
50
/// <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)
105
using (var stream = NamedPipeUtil.
CreateServer
(pipeName))
154
using (var stream = NamedPipeUtil.
CreateServer
(pipeName))