7 writes to _state
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\TargetEntry.cs (7)
185_state = TargetEntryState.Dependencies; 369_state = TargetEntryState.Completed; 409_state = TargetEntryState.Execution; 679_state = TargetEntryState.ErrorExecution; 683_state = TargetEntryState.Completed; 735_state = TargetEntryState.Completed; 773_state = TargetEntryState.ErrorExecution;
9 references to _state
Microsoft.Build (9)
BackEnd\Components\RequestBuilder\TargetEntry.cs (9)
237return _state; 335VerifyState(_state, TargetEntryState.Dependencies); 421VerifyState(_state, TargetEntryState.Execution); 699VerifyState(_state, TargetEntryState.ErrorExecution); 746VerifyState(_state, TargetEntryState.Completed); 772ErrorUtilities.VerifyThrow(_state != TargetEntryState.Completed, $"State must not be Completed. State is {_state}."); 783ErrorUtilities.VerifyThrow(_state == TargetEntryState.Completed, $"State must be Completed. State is {_state}.");