1 type derived from Handshake
Microsoft.Build (1)
CommunicationsUtilities.cs (1)
140
internal sealed class ServerNodeHandshake :
Handshake
4 instantiations of Handshake
Microsoft.Build (4)
BackEnd\Components\Communications\NodeEndpointOutOfProc.cs (1)
41
return new
Handshake
(handshakeOptions);
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (2)
73
return new
Handshake
(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, architectureFlagToSet: XMakeAttributes.GetCurrentMSBuildArchitecture(), nodeReuse: enableNodeReuse, lowPriority: enableLowPriority));
101
Handshake hostHandshake =
new
(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, architectureFlagToSet: XMakeAttributes.GetCurrentMSBuildArchitecture(), nodeReuse: ComponentHost.BuildParameters.EnableNodeReuse, lowPriority: ComponentHost.BuildParameters.LowPriority));
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
560
new
Handshake
(hostContext),
12 references to Handshake
Microsoft.Build (12)
BackEnd\Components\Communications\NodeEndpointOutOfProc.cs (1)
34
protected override
Handshake
GetHandshake()
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (2)
70
internal static
Handshake
GetHandshake(bool enableNodeReuse, bool enableLowPriority)
101
Handshake
hostHandshake = new(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, architectureFlagToSet: XMakeAttributes.GetCurrentMSBuildArchitecture(), nodeReuse: ComponentHost.BuildParameters.EnableNodeReuse, lowPriority: ComponentHost.BuildParameters.LowPriority));
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (4)
192
Handshake
hostHandshake,
417
private string GetProcessesToIgnoreKey(
Handshake
hostHandshake, int nodeProcessId)
446
private Stream TryConnectToProcess(int nodeProcessId, int timeout,
Handshake
handshake)
491
internal static void ConnectToPipeStream(NamedPipeClientStream nodeStream, string pipeName,
Handshake
handshake, int timeout)
BackEnd\Components\Communications\ServerNodeEndpointOutOfProc.cs (3)
13
private readonly
Handshake
_handshake;
22
Handshake
handshake)
32
protected override
Handshake
GetHandshake()
NodeEndpointOutOfProcBase.cs (2)
264
protected abstract
Handshake
GetHandshake();
393
Handshake
handshake = GetHandshake();