1 implementation of PostIntrospectorCommand
Microsoft.Build.Engine (1)
LocalProvider\LocalNodeProvider.cs (1)
393public void PostIntrospectorCommand(int nodeIndex, TargetInProgessState child, TargetInProgessState parent)
1 reference to PostIntrospectorCommand
Microsoft.Build.Engine (1)
Engine\NodeManager.cs (1)
193nodeList[i].NodeProvider.PostIntrospectorCommand(nodeList[i].NodeIndex, child, parent);