6 references to WriteIntForHandshake
MSBuildTaskHost (6)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (3)
294_pipeServer.WriteIntForHandshake(index + 1); 311_pipeServer.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows 312_pipeServer.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion);
CommunicationsUtilities.cs (3)
465=> stream.WriteIntForHandshake(EndOfHandshakeSignal); 560stream.WriteIntForHandshake(0x0F0F0F0F); 561stream.WriteIntForHandshake(0x0F0F0F0F);