14 references to AvoidEndOfHandshakeSignal
Microsoft.Build.Framework (14)
BackEnd\Handshake.cs (8)
180
&& receivedSalt == CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(alternateSalt);
244
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.Options),
245
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.Salt),
246
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionMajor),
247
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionMinor),
248
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionBuild),
249
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionPrivate),
250
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.SessionId));
BackEnd\ServerNodeHandshake.cs (6)
42
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.Options),
43
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.Salt),
44
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionMajor),
45
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionMinor),
46
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionBuild),
47
CommunicationsUtilities.
AvoidEndOfHandshakeSignal
(_handshakeComponents.FileVersionPrivate));