2 references to CreateServer
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
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
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
RpcTests.cs (1)
31
var pipeServer = NamedPipeUtil.
CreateServer
(pipeName, PipeDirection.InOut);