2 writes to _isTaskExecuting
MSBuildTaskHost (2)
OutOfProcTaskHostNode.cs (2)
890_isTaskExecuting = true; 953_isTaskExecuting = false;
4 references to _isTaskExecuting
MSBuildTaskHost (4)
OutOfProcTaskHostNode.cs (4)
722ErrorUtilities.VerifyThrow(!_isTaskExecuting, "Why are we getting a TaskHostConfiguration packet while we're still executing a task?"); 736ErrorUtilities.VerifyThrow(!_isTaskExecuting, "The task should be done executing before CompleteTask."); 781if (_isTaskExecuting) 798ErrorUtilities.VerifyThrow(!_isTaskExecuting, "We should never have a task in the process of executing when we receive NodeBuildComplete.");