5 references to ExceptionThrown
Microsoft.Build.Engine (5)
Engine\ProjectBuildState.cs (1)
192buildContextState = ProjectBuildState.BuildContextState.ExceptionThrown;
Engine\TargetExecutionWrapper.cs (4)
229buildContext.CurrentBuildContextState == ProjectBuildState.BuildContextState.ExceptionThrown, 232if (buildContext.CurrentBuildContextState == ProjectBuildState.BuildContextState.ExceptionThrown) 300buildContext.CurrentBuildContextState == ProjectBuildState.BuildContextState.ExceptionThrown, 303if (buildContext.CurrentBuildContextState == ProjectBuildState.BuildContextState.ExceptionThrown)