9 references to ComputeHash
Microsoft.Build (5)
BackEnd\Client\MSBuildClient.cs (1)
526string serverLaunchMutexName = $@"Global\msbuild-server-launch-{_handshake.ComputeHash()}";
BackEnd\Node\OutOfProcServerNode.cs (4)
199/// instance it is. Both sides fold the value into <see cref="ServerNodeHandshake.ComputeHash"/>, 205=> NamedPipeUtil.GetPlatformSpecificPipeName($"MSBuildServer-{handshake.ComputeHash()}"); 208=> $@"Global\msbuild-server-running-{handshake.ComputeHash()}"; 211=> $@"Global\msbuild-server-busy-{handshake.ComputeHash()}";
Microsoft.Build.Framework (4)
BackEnd\NamedPipeUtil.cs (2)
40=> GetPlatformSpecificPipeName($"MSBuildRarNode-{handshake.ComputeHash()}"); 43=> GetPlatformSpecificPipeName($"MSBuildRarNodeEndpoint-{handshake.ComputeHash()}");
BackEnd\ServerNodeHandshake.cs (2)
24/// This participates in <see cref="ComputeHash"/>, and therefore in the pipe and mutex names, but 54/// The pipe and mutex names derived from <see cref="ComputeHash"/> are machine-wide while the