3 references to EndOfHandshakeSignal
MSBuild (3)
CommunicationsUtilities.cs (3)
446
stream.WriteIntForHandshake(
EndOfHandshakeSignal
);
488
if (valueRead !=
EndOfHandshakeSignal
)
892
return x ==
EndOfHandshakeSignal
? ~x : x;