7 references to WriteIntForHandshake
Microsoft.Build (7)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
831
nodeStream.
WriteIntForHandshake
(component.Value);
CommunicationsUtilities.cs (3)
461
stream.
WriteIntForHandshake
(EndOfHandshakeSignal);
614
stream.
WriteIntForHandshake
(0x0F0F0F0F);
615
stream.
WriteIntForHandshake
(0x0F0F0F0F);
NodeEndpointOutOfProcBase.cs (3)
435
_pipeServer.
WriteIntForHandshake
(index + 1);
458
_pipeServer.
WriteIntForHandshake
(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows
459
_pipeServer.
WriteIntForHandshake
(NodePacketTypeExtensions.PacketVersion);