1 write to _instanceId
Microsoft.Build.Framework (1)
BackEnd\ServerNodeHandshake.cs (1)
38
_instanceId
= instanceId;
2 references to _instanceId
Microsoft.Build.Framework (2)
BackEnd\ServerNodeHandshake.cs (2)
58
public string GetKeyWithEndpointIdentity() =>
_instanceId
is null
60
: $"{GetKey()} {EnvironmentUtilities.CurrentUserName} {
_instanceId
}";