1 write to _handshakeComponents
Microsoft.Build.Framework (1)
BackEnd\Handshake.cs (1)
100
_handshakeComponents
= IsNetTaskHost
26 references to _handshakeComponents
Microsoft.Build.Framework (26)
BackEnd\Handshake.cs (14)
137
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Options),
138
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Salt),
139
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMajor),
140
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMinor),
141
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionBuild),
142
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionPrivate),
143
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.SessionId));
146
=> $"{
_handshakeComponents
.Options} {
_handshakeComponents
.Salt} {
_handshakeComponents
.FileVersionMajor} {
_handshakeComponents
.FileVersionMinor} {
_handshakeComponents
.FileVersionBuild} {
_handshakeComponents
.FileVersionPrivate} {
_handshakeComponents
.SessionId}";
BackEnd\ServerNodeHandshake.cs (12)
26
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Options),
27
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Salt),
28
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMajor),
29
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMinor),
30
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionBuild),
31
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionPrivate));
33
public override string GetKey() => $"{
_handshakeComponents
.Options} {
_handshakeComponents
.Salt} {
_handshakeComponents
.FileVersionMajor} {
_handshakeComponents
.FileVersionMinor} {
_handshakeComponents
.FileVersionBuild} {
_handshakeComponents
.FileVersionPrivate}"