12 references to WriteIntForHandshake
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
905nodeStream.WriteIntForHandshake(component.Value);
parent\Shared\NodeEndpointOutOfProcBase.cs (3)
455_pipeServer.WriteIntForHandshake(index + 1); 478_pipeServer.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows 479_pipeServer.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion);
Microsoft.Build.Framework (3)
BackEnd\CommunicationsUtilities.cs (3)
374=> stream.WriteIntForHandshake(EndOfHandshakeSignal); 528stream.WriteIntForHandshake(0x0F0F0F0F); 529stream.WriteIntForHandshake(0x0F0F0F0F);
Microsoft.Build.Tasks.Core (2)
parent\Shared\NodePipeClient.cs (1)
84_pipeClient.WriteIntForHandshake(component.Value);
parent\Shared\NodePipeServer.cs (1)
206_pipeServer.WriteIntForHandshake(index + 1);
MSBuild (3)
parent\Shared\NodeEndpointOutOfProcBase.cs (3)
455_pipeServer.WriteIntForHandshake(index + 1); 478_pipeServer.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows 479_pipeServer.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion);