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