6 references to WriteIntForHandshake
MSBuild (6)
CommunicationsUtilities.cs (3)
461stream.WriteIntForHandshake(EndOfHandshakeSignal); 614stream.WriteIntForHandshake(0x0F0F0F0F); 615stream.WriteIntForHandshake(0x0F0F0F0F);
NodeEndpointOutOfProcBase.cs (3)
435_pipeServer.WriteIntForHandshake(index + 1); 458_pipeServer.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows 459_pipeServer.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion);