1 write to _handshakeComponents
MSBuild (1)
CommunicationsUtilities.cs (1)
126
_handshakeComponents
= isNetTaskHost
26 references to _handshakeComponents
MSBuild (26)
CommunicationsUtilities.cs (26)
167
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Options),
168
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Salt),
169
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMajor),
170
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMinor),
171
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionBuild),
172
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionPrivate),
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);
195
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Options),
196
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Salt),
197
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMajor),
198
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMinor),
199
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionBuild),
200
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionPrivate));
202
public override string GetKey() => $"{
_handshakeComponents
.Options} {
_handshakeComponents
.Salt} {
_handshakeComponents
.FileVersionMajor} {
_handshakeComponents
.FileVersionMinor} {
_handshakeComponents
.FileVersionBuild} {
_handshakeComponents
.FileVersionPrivate}"