7 references to WriteIntForHandshake
Microsoft.Build (7)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
831nodeStream.WriteIntForHandshake(component.Value);
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);