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)
153
get { return
_status
; }
213
ErrorUtilities.VerifyThrow(
_status
== LinkStatus.Active, "Cannot send when link status is not active. Current status {0}",
_status
);
304
ErrorUtilities.VerifyThrow(
_status
== LinkStatus.Active, "Endpoint is not connected. Current status {0}",
_status
);
321
ErrorUtilities.VerifyThrow(
_status
!= newStatus, "Attempting to change status to existing status {0}.",
_status
);
323
RaiseLinkStatusChanged(
_status
);