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