10 references to ComputeHash
Microsoft.Build (6)
BackEnd\Client\MSBuildClient.cs (1)
436
string serverLaunchMutexName = $@"Global\msbuild-server-launch-{_handshake.
ComputeHash
()}";
BackEnd\Node\OutOfProcServerNode.cs (3)
174
=> NamedPipeUtil.GetPlatformSpecificPipeName($"MSBuildServer-{handshake.
ComputeHash
()}");
177
=> $@"Global\msbuild-server-running-{handshake.
ComputeHash
()}";
180
=> $@"Global\msbuild-server-busy-{handshake.
ComputeHash
()}";
src\msbuild\src\Shared\NamedPipeUtil.cs (2)
43
=> GetPlatformSpecificPipeName($"MSBuildRarNode-{handshake.
ComputeHash
()}");
46
=> GetPlatformSpecificPipeName($"MSBuildRarNodeEndpoint-{handshake.
ComputeHash
()}");
Microsoft.Build.Tasks.Core (2)
src\msbuild\src\Shared\NamedPipeUtil.cs (2)
43
=> GetPlatformSpecificPipeName($"MSBuildRarNode-{handshake.
ComputeHash
()}");
46
=> GetPlatformSpecificPipeName($"MSBuildRarNodeEndpoint-{handshake.
ComputeHash
()}");
MSBuild (2)
src\msbuild\src\Shared\NamedPipeUtil.cs (2)
43
=> GetPlatformSpecificPipeName($"MSBuildRarNode-{handshake.
ComputeHash
()}");
46
=> GetPlatformSpecificPipeName($"MSBuildRarNodeEndpoint-{handshake.
ComputeHash
()}");