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