3 instantiations of ServerNodeHandshake
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
539return new ServerNodeHandshake(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, architectureFlagToSet: XMakeAttributes.GetCurrentMSBuildArchitecture()));
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
23_pipeName = NamedPipeUtil.GetRarNodePipeName(new(HandshakeOptions.None));
BackEnd\Node\OutOfProcServerNode.cs (1)
101ServerNodeHandshake handshake = new(
9 references to ServerNodeHandshake
Microsoft.Build (9)
BackEnd\Client\MSBuildClient.cs (2)
70private readonly ServerNodeHandshake _handshake; 537private ServerNodeHandshake GetHandshake()
BackEnd\Node\OutOfProcServerNode.cs (5)
101ServerNodeHandshake handshake = new( 134private NodeEngineShutdownReason RunInternal(out Exception? shutdownException, ServerNodeHandshake handshake) 171internal static string GetPipeName(ServerNodeHandshake handshake) 174internal static string GetRunningServerMutexName(ServerNodeHandshake handshake) 177internal static string GetBusyServerMutexName(ServerNodeHandshake handshake)
NamedPipeUtil.cs (2)
47internal static string GetRarNodePipeName(ServerNodeHandshake handshake) 50internal static string GetRarNodeEndpointPipeName(ServerNodeHandshake handshake)