2 writes to _status
MSBuild (2)
NodeEndpointOutOfProcBase.cs (2)
209
_status
= LinkStatus.Inactive;
276
_status
= newStatus;
8 references to _status
MSBuild (8)
NodeEndpointOutOfProcBase.cs (8)
138
get { return
_status
; }
155
ErrorUtilities.VerifyThrow(
_status
== LinkStatus.Inactive, "Link not inactive. Status is {0}",
_status
);
186
if (
_status
== LinkStatus.Active)
274
ErrorUtilities.VerifyThrow(
_status
!= newStatus, "Attempting to change status to existing status {0}.",
_status
);
275
CommunicationsUtilities.Trace("Changing link status from {0} to {1}",
_status
.ToString(), newStatus.ToString());
277
RaiseLinkStatusChanged(
_status
);