3 references to CreateClient
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\BuildHostProcessManager.cs (1)
404
var pipeClient = NamedPipeUtil.
CreateClient
(".", pipeName, PipeDirection.InOut, PipeOptions.Asynchronous);
src\Compilers\Shared\NamedPipeUtil.cs (1)
51
/// Does the client of "pipeStream" have the same identity and elevation as we do? The <see cref="
CreateClient
"/> and
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
RpcTests.cs (1)
33
var pipeClient = NamedPipeUtil.
CreateClient
(".", pipeName, PipeDirection.InOut, PipeOptions.Asynchronous);