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)
58public string GetKeyWithEndpointIdentity() => _instanceId is null 60: $"{GetKey()} {EnvironmentUtilities.CurrentUserName} {_instanceId}";