4 references to EndOfHandshakeSignal
Microsoft.Build.Tasks.Core (4)
CommunicationsUtilities.cs (4)
461stream.WriteIntForHandshake(EndOfHandshakeSignal); 501if (innerResult.Value != EndOfHandshakeSignal) 538if (innerResult.Value != EndOfHandshakeSignal) 962internal static int AvoidEndOfHandshakeSignal(int x) => x == EndOfHandshakeSignal ? ~x : x;