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