6 references to Salt
MSBuild (6)
CommunicationsUtilities.cs (6)
168
CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.
Salt
),
175
public virtual string GetKey() => $"{_handshakeComponents.Options} {_handshakeComponents.
Salt
} {_handshakeComponents.FileVersionMajor} {_handshakeComponents.FileVersionMinor} {_handshakeComponents.FileVersionBuild} {_handshakeComponents.FileVersionPrivate} {_handshakeComponents.SessionId}".ToString(CultureInfo.InvariantCulture);
196
CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.
Salt
),
202
public override string GetKey() => $"{_handshakeComponents.Options} {_handshakeComponents.
Salt
} {_handshakeComponents.FileVersionMajor} {_handshakeComponents.FileVersionMinor} {_handshakeComponents.FileVersionBuild} {_handshakeComponents.FileVersionPrivate}"
1077
yield return new KeyValuePair<string, int>(nameof(
Salt
),
Salt
);