1 write to _handshake
Microsoft.Build (1)
BackEnd\Client\MSBuildClient.cs (1)
131_handshake = GetHandshake();
5 references to _handshake
Microsoft.Build (5)
BackEnd\Client\MSBuildClient.cs (5)
132_pipeName = OutOfProcServerNode.GetPipeName(_handshake); 307string serverRunningMutexName = OutOfProcServerNode.GetRunningServerMutexName(_handshake); 314string serverBusyMutexName = OutOfProcServerNode.GetBusyServerMutexName(_handshake); 445string serverLaunchMutexName = $@"Global\msbuild-server-launch-{_handshake.ComputeHash()}"; 623NodeProviderOutOfProcBase.ConnectToPipeStream(_nodeStream, _pipeName, _handshake, Math.Max(1, timeoutMilliseconds - (int)sw.ElapsedMilliseconds));