5 instantiations of ServerNodeHandshake
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
669
private ServerNodeHandshake GetHandshake() =>
new
(
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
24
_pipeName = NamedPipeUtil.GetRarNodePipeName(
new
(HandshakeOptions.None));
BackEnd\Node\OutOfProcServerNode.cs (1)
126
ServerNodeHandshake handshake =
new
(
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
25
ServerNodeHandshake handshake =
new
(HandshakeOptions.None);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
34
ServerNodeHandshake handshake =
new
(HandshakeOptions.None);
14 references to ServerNodeHandshake
Microsoft.Build (8)
BackEnd\Client\MSBuildClient.cs (2)
76
private readonly
ServerNodeHandshake
_handshake;
669
private
ServerNodeHandshake
GetHandshake() => new(
BackEnd\Node\OutOfProcServerNode.cs (6)
126
ServerNodeHandshake
handshake = new(
160
private NodeEngineShutdownReason RunInternal(out Exception? shutdownException,
ServerNodeHandshake
handshake)
199
/// instance it is. Both sides fold the value into <see cref="
ServerNodeHandshake
.ComputeHash"/>,
204
internal static string GetPipeName(
ServerNodeHandshake
handshake)
207
internal static string GetRunningServerMutexName(
ServerNodeHandshake
handshake)
210
internal static string GetBusyServerMutexName(
ServerNodeHandshake
handshake)
Microsoft.Build.Framework (2)
BackEnd\NamedPipeUtil.cs (2)
39
internal static string GetRarNodePipeName(
ServerNodeHandshake
handshake)
42
internal static string GetRarNodeEndpointPipeName(
ServerNodeHandshake
handshake)
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
25
ServerNodeHandshake
handshake = new(HandshakeOptions.None);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (3)
34
ServerNodeHandshake
handshake = new(HandshakeOptions.None);
144
ServerNodeHandshake
handshake,
150
public
ServerNodeHandshake
Handshake { get; } = handshake;