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