12 references to WriteIntForHandshake
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
823nodeStream.WriteIntForHandshake(component.Value);
NodeEndpointOutOfProcBase.cs (3)
432_pipeServer.WriteIntForHandshake(index + 1); 455_pipeServer.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows 456_pipeServer.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion);
Microsoft.Build.Framework (3)
BackEnd\CommunicationsUtilities.cs (3)
356=> stream.WriteIntForHandshake(EndOfHandshakeSignal); 510stream.WriteIntForHandshake(0x0F0F0F0F); 511stream.WriteIntForHandshake(0x0F0F0F0F);
Microsoft.Build.Tasks.Core (2)
NodePipeClient.cs (1)
84_pipeClient.WriteIntForHandshake(component.Value);
NodePipeServer.cs (1)
206_pipeServer.WriteIntForHandshake(index + 1);
MSBuild (3)
NodeEndpointOutOfProcBase.cs (3)
432_pipeServer.WriteIntForHandshake(index + 1); 455_pipeServer.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows 456_pipeServer.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion);