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