1 type derived from Handshake
MSBuild (1)
CommunicationsUtilities.cs (1)
274
internal sealed class ServerNodeHandshake :
Handshake
1 instantiation of Handshake
MSBuild (1)
NodeEndpointOutOfProcTaskHost.cs (1)
36
return new
Handshake
(CommunicationsUtilities.GetHandshakeOptions(taskHost: true, nodeReuse: _nodeReuse));
5 references to Handshake
MSBuild (5)
INodePacket.cs (2)
329
if (
Handshake
.IsHandshakeOptionEnabled(handshakeOptions,
Handshake
.NetTaskHostFlags))
NodeEndpointOutOfProcBase.cs (2)
281
protected abstract
Handshake
GetHandshake();
410
Handshake
handshake = GetHandshake();
NodeEndpointOutOfProcTaskHost.cs (1)
34
protected override
Handshake
GetHandshake()