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