4 references to EndOfHandshakeSignal
Microsoft.Build.Tasks.Core (4)
CommunicationsUtilities.cs (4)
732stream.WriteIntForHandshake(EndOfHandshakeSignal); 772if (innerResult.Value != EndOfHandshakeSignal) 809if (innerResult.Value != EndOfHandshakeSignal) 1233internal static int AvoidEndOfHandshakeSignal(int x) => x == EndOfHandshakeSignal ? ~x : x;