1 type derived from Handshake
MSBuildTaskHost (1)
CommunicationsUtilities.cs (1)
140
internal sealed class ServerNodeHandshake :
Handshake
1 instantiation of Handshake
MSBuildTaskHost (1)
NodeEndpointOutOfProcTaskHost.cs (1)
33
return new
Handshake
(CommunicationsUtilities.GetHandshakeOptions(taskHost: true));
3 references to Handshake
MSBuildTaskHost (3)
NodeEndpointOutOfProcBase.cs (2)
264
protected abstract
Handshake
GetHandshake();
393
Handshake
handshake = GetHandshake();
NodeEndpointOutOfProcTaskHost.cs (1)
31
protected override
Handshake
GetHandshake()