2 references to CreateClient
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\BuildHostProcessManager.cs (1)
385
var pipeClient = 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