1 write to _pipeName
Microsoft.Build (1)
BackEnd\Client\MSBuildClient.cs (1)
132
_pipeName
= OutOfProcServerNode.GetPipeName(_handshake);
2 references to _pipeName
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (2)
144
_pipeName
,
624
NodeProviderOutOfProcBase.ConnectToPipeStream(_nodeStream,
_pipeName
, _handshake, Math.Max(1, timeoutMilliseconds - (int)sw.ElapsedMilliseconds));