2 writes to _status
Microsoft.Build (2)
BackEnd\Components\Communications\NodeEndpointInProc.cs (2)
112
_status
= LinkStatus.Inactive;
330
_status
= newStatus;
8 references to _status
Microsoft.Build (8)
BackEnd\Components\Communications\NodeEndpointInProc.cs (8)
160
get { return
_status
; }
220
ErrorUtilities.VerifyThrow(
_status
== LinkStatus.Active, "Cannot send when link status is not active. Current status {0}",
_status
);
312
ErrorUtilities.VerifyThrow(
_status
== LinkStatus.Active, "Endpoint is not connected. Current status {0}",
_status
);
329
ErrorUtilities.VerifyThrow(
_status
!= newStatus, "Attempting to change status to existing status {0}.",
_status
);
331
RaiseLinkStatusChanged(
_status
);