8 references to Completed
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
515case TargetEntryState.Completed: 642if (topEntry.ParentEntry != null && topEntry.ParentEntry.State != TargetEntryState.Completed)
BackEnd\Components\RequestBuilder\TargetEntry.cs (6)
369_state = TargetEntryState.Completed; 683_state = TargetEntryState.Completed; 735_state = TargetEntryState.Completed; 746VerifyState(_state, TargetEntryState.Completed); 772Assumed.NotEqual(_state, TargetEntryState.Completed, $"State must not be Completed. State is {_state}."); 783Assumed.Equal(_state, TargetEntryState.Completed, $"State must be Completed. State is {_state}.");