2 writes to _isTaskExecuting
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1046_isTaskExecuting = true; 1115_isTaskExecuting = false;
4 references to _isTaskExecuting
MSBuild (4)
OutOfProcTaskHostNode.cs (4)
866ErrorUtilities.VerifyThrow(!_isTaskExecuting, "Why are we getting a TaskHostConfiguration packet while we're still executing a task?"); 880ErrorUtilities.VerifyThrow(!_isTaskExecuting, "The task should be done executing before CompleteTask."); 925if (_isTaskExecuting) 942ErrorUtilities.VerifyThrow(!_isTaskExecuting, "We should never have a task in the process of executing when we receive NodeBuildComplete.");