1 write to _handshakeComponents
MSBuild (1)
CommunicationsUtilities.cs (1)
297
_handshakeComponents
= IsNetTaskHost
26 references to _handshakeComponents
MSBuild (26)
CommunicationsUtilities.cs (26)
333
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Options),
334
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Salt),
335
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMajor),
336
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMinor),
337
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionBuild),
338
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionPrivate),
339
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.SessionId));
341
public virtual string GetKey() => $"{
_handshakeComponents
.Options} {
_handshakeComponents
.Salt} {
_handshakeComponents
.FileVersionMajor} {
_handshakeComponents
.FileVersionMinor} {
_handshakeComponents
.FileVersionBuild} {
_handshakeComponents
.FileVersionPrivate} {
_handshakeComponents
.SessionId}".ToString(CultureInfo.InvariantCulture);
361
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Options),
362
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Salt),
363
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMajor),
364
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMinor),
365
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionBuild),
366
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionPrivate));
368
public override string GetKey() => $"{
_handshakeComponents
.Options} {
_handshakeComponents
.Salt} {
_handshakeComponents
.FileVersionMajor} {
_handshakeComponents
.FileVersionMinor} {
_handshakeComponents
.FileVersionBuild} {
_handshakeComponents
.FileVersionPrivate}"