6 references to GetPipeName
VBCSCompiler.UnitTests (6)
BuildClientTests.cs (1)
142string pipeName = ServerUtil.GetPipeName();
BuildServerConnectionTests.cs (3)
39var pipeName = ServerUtil.GetPipeName(); 96var pipeName = ServerUtil.GetPipeName(); 119var pipeName = ServerUtil.GetPipeName();
NamedPipeClientConnectionHostTests.cs (1)
23_host = new NamedPipeClientConnectionHost(ServerUtil.GetPipeName(), new XunitCompilerServerLogger(testOutputHelper));
ServerUtil.cs (1)
85pipeName ??= ServerUtil.GetPipeName();