3 instantiations of ServerNodeHandshake
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
522
private ServerNodeHandshake GetHandshake() =>
new
(CommunicationsUtilities.GetHandshakeOptions(
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
23
_pipeName = NamedPipeUtil.GetRarNodePipeName(
new
(HandshakeOptions.None));
BackEnd\Node\OutOfProcServerNode.cs (1)
96
ServerNodeHandshake handshake =
new
(
9 references to ServerNodeHandshake
Microsoft.Build (9)
BackEnd\Client\MSBuildClient.cs (2)
66
private readonly
ServerNodeHandshake
_handshake;
522
private
ServerNodeHandshake
GetHandshake() => new(CommunicationsUtilities.GetHandshakeOptions(
BackEnd\Node\OutOfProcServerNode.cs (5)
96
ServerNodeHandshake
handshake = new(
129
private NodeEngineShutdownReason RunInternal(out Exception? shutdownException,
ServerNodeHandshake
handshake)
166
internal static string GetPipeName(
ServerNodeHandshake
handshake)
169
internal static string GetRunningServerMutexName(
ServerNodeHandshake
handshake)
172
internal static string GetBusyServerMutexName(
ServerNodeHandshake
handshake)
NamedPipeUtil.cs (2)
47
internal static string GetRarNodePipeName(
ServerNodeHandshake
handshake)
50
internal static string GetRarNodeEndpointPipeName(
ServerNodeHandshake
handshake)