1 write to _handshake
Microsoft.Build (1)
BackEnd\Client\MSBuildClient.cs (1)
194
_handshake
= GetHandshake();
5 references to _handshake
Microsoft.Build (5)
BackEnd\Client\MSBuildClient.cs (5)
195
_pipeName = OutOfProcServerNode.GetPipeName(
_handshake
);
364
string serverRunningMutexName = OutOfProcServerNode.GetRunningServerMutexName(
_handshake
);
371
string serverBusyMutexName = OutOfProcServerNode.GetBusyServerMutexName(
_handshake
);
526
string serverLaunchMutexName = $@"Global\msbuild-server-launch-{
_handshake
.ComputeHash()}";
781
_nodeStream, _pipeName,
_handshake
, Math.Max(1, timeoutMilliseconds - (int)sw.ElapsedMilliseconds), out result);