7 references to Launched
Microsoft.Build.Engine (7)
LocalProvider\LocalNodeProvider.cs (7)
209if (nodeData[nodeIndex].NodeState != NodeState.Launched) 232if (nodeData[nodeIndex].NodeState != NodeState.Launched) 240if (nodeData[nodeIndex].NodeState != NodeState.Launched && !shuttingDown) 276ErrorUtilities.VerifyThrow(nodeData[nodeIndex].NodeState == NodeState.Launched, "Node must be launched before result can be posted"); 378if (nodeData[i].NodeState == NodeState.Launched) 419if (nodeData[i].NodeState == NodeState.Launched) 606nodeData[nodeIndex].NodeState = NodeState.Launched;