6 references to WriteIntForHandshake
MSBuildTaskHost (6)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (3)
294
_pipeServer.
WriteIntForHandshake
(index + 1);
311
_pipeServer.
WriteIntForHandshake
(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows
312
_pipeServer.
WriteIntForHandshake
(NodePacketTypeExtensions.PacketVersion);
CommunicationsUtilities.cs (3)
465
=> stream.
WriteIntForHandshake
(EndOfHandshakeSignal);
560
stream.
WriteIntForHandshake
(0x0F0F0F0F);
561
stream.
WriteIntForHandshake
(0x0F0F0F0F);