2 writes to _status
Microsoft.Build (2)
BackEnd\Components\Communications\NodeEndpointInProc.cs (2)
106_status = LinkStatus.Inactive; 322_status = newStatus;
8 references to _status
Microsoft.Build (8)
BackEnd\Components\Communications\NodeEndpointInProc.cs (8)
153get { return _status; } 213ErrorUtilities.VerifyThrow(_status == LinkStatus.Active, "Cannot send when link status is not active. Current status {0}", _status); 304ErrorUtilities.VerifyThrow(_status == LinkStatus.Active, "Endpoint is not connected. Current status {0}", _status); 321ErrorUtilities.VerifyThrow(_status != newStatus, "Attempting to change status to existing status {0}.", _status); 323RaiseLinkStatusChanged(_status);