1 write to _handshakeComponents
MSBuild (1)
CommunicationsUtilities.cs (1)
221
_handshakeComponents
= isNetTaskHost
26 references to _handshakeComponents
MSBuild (26)
CommunicationsUtilities.cs (26)
261
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Options),
262
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Salt),
263
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMajor),
264
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMinor),
265
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionBuild),
266
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionPrivate),
267
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.SessionId));
269
public virtual string GetKey() => $"{
_handshakeComponents
.Options} {
_handshakeComponents
.Salt} {
_handshakeComponents
.FileVersionMajor} {
_handshakeComponents
.FileVersionMinor} {
_handshakeComponents
.FileVersionBuild} {
_handshakeComponents
.FileVersionPrivate} {
_handshakeComponents
.SessionId}".ToString(CultureInfo.InvariantCulture);
289
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Options),
290
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Salt),
291
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMajor),
292
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMinor),
293
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionBuild),
294
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionPrivate));
296
public override string GetKey() => $"{
_handshakeComponents
.Options} {
_handshakeComponents
.Salt} {
_handshakeComponents
.FileVersionMajor} {
_handshakeComponents
.FileVersionMinor} {
_handshakeComponents
.FileVersionBuild} {
_handshakeComponents
.FileVersionPrivate}"