5 references to WriteIntForHandshake
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
516nodeStream.WriteIntForHandshake(component.Value);
CommunicationsUtilities.cs (3)
583stream.WriteIntForHandshake(EndOfHandshakeSignal); 685stream.WriteIntForHandshake(0x0F0F0F0F); 686stream.WriteIntForHandshake(0x0F0F0F0F);
NodeEndpointOutOfProcBase.cs (1)
434_pipeServer.WriteIntForHandshake(index + 1);