5 references to WriteIntForHandshake
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
524nodeStream.WriteIntForHandshake(component.Value);
CommunicationsUtilities.cs (3)
677stream.WriteIntForHandshake(EndOfHandshakeSignal); 789stream.WriteIntForHandshake(0x0F0F0F0F); 790stream.WriteIntForHandshake(0x0F0F0F0F);
NodeEndpointOutOfProcBase.cs (1)
436_pipeServer.WriteIntForHandshake(index + 1);