2 references to CreateClient
dotnet (2)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.9.0-1.26306.111\contentFiles\cs\net11.0\BuildServerConnection.cs (1)
399pipeStream = NamedPipeUtil.CreateClient(".", pipeName, PipeDirection.InOut, PipeOptions.Asynchronous);
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.9.0-1.26306.111\contentFiles\cs\net11.0\NamedPipeUtil.cs (1)
51/// Does the client of "pipeStream" have the same identity and elevation as we do? The <see cref="CreateClient"/> and