3 references to State
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (3)
418switch (currentTargetEntry.State) 548ErrorUtilities.ThrowInternalError($"Unexpected target state {currentTargetEntry.State}"); 645if (topEntry.ParentEntry != null && topEntry.ParentEntry.State != TargetEntryState.Completed)