5 writes to buildContextState
Microsoft.Build.Engine (5)
Engine\ProjectBuildState.cs (5)
35this.buildContextState = BuildContextState.StartingFirstTarget; 53this.buildContextState = value; 172buildContextState = BuildContextState.StartingBlockingTarget; 181buildContextState = ProjectBuildState.BuildContextState.BuildComplete; 192buildContextState = ProjectBuildState.BuildContextState.ExceptionThrown;
1 reference to buildContextState
Microsoft.Build.Engine (1)
Engine\ProjectBuildState.cs (1)
49return this.buildContextState;