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