1 instantiation of Handshake
MSBuildTaskHost (1)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (1)
274
Handshake handshake =
new
(CommunicationsUtilities.GetHandshakeOptions());
3 references to Handshake
MSBuildTaskHost (3)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (2)
274
Handshake
handshake = new(CommunicationsUtilities.GetHandshakeOptions());
311
_pipeServer.WriteIntForHandshake(
Handshake
.PacketVersionFromChildMarker); // Marker: PacketVersion follows
CommunicationsUtilities.cs (1)
497
if (innerResult.Value !=
Handshake
.PacketVersionFromChildMarker)