5 instantiations of ServerNodeHandshake
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
539private ServerNodeHandshake GetHandshake() => new(CommunicationsUtilities.GetHandshakeOptions(
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
24_pipeName = NamedPipeUtil.GetRarNodePipeName(new(HandshakeOptions.None));
BackEnd\Node\OutOfProcServerNode.cs (1)
96ServerNodeHandshake handshake = new(
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
25ServerNodeHandshake handshake = new(HandshakeOptions.None);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
34ServerNodeHandshake handshake = new(HandshakeOptions.None);
17 references to ServerNodeHandshake
Microsoft.Build (9)
BackEnd\Client\MSBuildClient.cs (2)
66private readonly ServerNodeHandshake _handshake; 539private ServerNodeHandshake GetHandshake() => new(CommunicationsUtilities.GetHandshakeOptions(
BackEnd\Node\OutOfProcServerNode.cs (5)
96ServerNodeHandshake handshake = new( 136private NodeEngineShutdownReason RunInternal(out Exception? shutdownException, ServerNodeHandshake handshake) 173internal static string GetPipeName(ServerNodeHandshake handshake) 176internal static string GetRunningServerMutexName(ServerNodeHandshake handshake) 179internal static string GetBusyServerMutexName(ServerNodeHandshake handshake)
src\msbuild\src\Shared\NamedPipeUtil.cs (2)
42internal static string GetRarNodePipeName(ServerNodeHandshake handshake) 45internal static string GetRarNodeEndpointPipeName(ServerNodeHandshake handshake)
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
25ServerNodeHandshake handshake = new(HandshakeOptions.None);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (3)
34ServerNodeHandshake handshake = new(HandshakeOptions.None); 135ServerNodeHandshake handshake, 141public ServerNodeHandshake Handshake { get; } = handshake;
src\msbuild\src\Shared\NamedPipeUtil.cs (2)
42internal static string GetRarNodePipeName(ServerNodeHandshake handshake) 45internal static string GetRarNodeEndpointPipeName(ServerNodeHandshake handshake)
MSBuild (2)
src\msbuild\src\Shared\NamedPipeUtil.cs (2)
42internal static string GetRarNodePipeName(ServerNodeHandshake handshake) 45internal static string GetRarNodeEndpointPipeName(ServerNodeHandshake handshake)