12 references to WriteIntForHandshake
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
823
nodeStream.
WriteIntForHandshake
(component.Value);
src\msbuild\src\Shared\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)
351
=> stream.
WriteIntForHandshake
(EndOfHandshakeSignal);
505
stream.
WriteIntForHandshake
(0x0F0F0F0F);
506
stream.
WriteIntForHandshake
(0x0F0F0F0F);
Microsoft.Build.Tasks.Core (2)
src\msbuild\src\Shared\NodePipeClient.cs (1)
84
_pipeClient.
WriteIntForHandshake
(component.Value);
src\msbuild\src\Shared\NodePipeServer.cs (1)
206
_pipeServer.
WriteIntForHandshake
(index + 1);
MSBuild (3)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (3)
432
_pipeServer.
WriteIntForHandshake
(index + 1);
455
_pipeServer.
WriteIntForHandshake
(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows
456
_pipeServer.
WriteIntForHandshake
(NodePacketTypeExtensions.PacketVersion);