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