1 write to _handshakeComponents
Microsoft.Build.Framework (1)
BackEnd\Handshake.cs (1)
123
_handshakeComponents
= IsNetTaskHost
26 references to _handshakeComponents
Microsoft.Build.Framework (26)
BackEnd\Handshake.cs (14)
205
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Options),
206
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.Salt),
207
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMajor),
208
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionMinor),
209
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionBuild),
210
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.FileVersionPrivate),
211
CommunicationsUtilities.AvoidEndOfHandshakeSignal(
_handshakeComponents
.SessionId));
214
=> $"{
_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}"