6 references to Salt
MSBuildTaskHost (6)
CommunicationsUtilities.cs (6)
262CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.Salt), 269public virtual string GetKey() => $"{_handshakeComponents.Options} {_handshakeComponents.Salt} {_handshakeComponents.FileVersionMajor} {_handshakeComponents.FileVersionMinor} {_handshakeComponents.FileVersionBuild} {_handshakeComponents.FileVersionPrivate} {_handshakeComponents.SessionId}".ToString(CultureInfo.InvariantCulture); 290CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.Salt), 296public override string GetKey() => $"{_handshakeComponents.Options} {_handshakeComponents.Salt} {_handshakeComponents.FileVersionMajor} {_handshakeComponents.FileVersionMinor} {_handshakeComponents.FileVersionBuild} {_handshakeComponents.FileVersionPrivate}" 1191yield return new KeyValuePair<string, int>(nameof(Salt), Salt);