14 references to AvoidEndOfHandshakeSignal
Microsoft.Build.Framework (14)
BackEnd\Handshake.cs (8)
141
&& receivedSalt == CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(alternateSalt);
205
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.Options),
206
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.Salt),
207
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionMajor),
208
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionMinor),
209
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionBuild),
210
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionPrivate),
211
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.SessionId));
BackEnd\ServerNodeHandshake.cs (6)
26
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.Options),
27
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.Salt),
28
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionMajor),
29
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionMinor),
30
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionBuild),
31
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionPrivate));