1 write to _handshakeComponents
MSBuildTaskHost (1)
CommunicationsUtilities.cs (1)
219
_handshakeComponents
= CreateStandardComponents(options, salt, sessionId);
7 references to _handshakeComponents
MSBuildTaskHost (7)
CommunicationsUtilities.cs (7)
237
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Options),
238
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Salt),
239
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMajor),
240
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMinor),
241
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionBuild),
242
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionPrivate),
243
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.SessionId));