2 references to GetPipeName
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
132
_pipeName = OutOfProcServerNode.
GetPipeName
(_handshake);
BackEnd\Node\OutOfProcServerNode.cs (1)
138
_nodeEndpoint = new ServerNodeEndpointOutOfProc(
GetPipeName
(handshake), handshake);