3 references to TaskFactory
Microsoft.Build (3)
Construction\ProjectUsingTaskBodyElement.cs (1)
159if (parentUsingTask.TaskFactory.Length == 0)
Construction\UsingTaskParameterGroupElement.cs (1)
127if (parentUsingTask.TaskFactory.Length == 0)
Instance\TaskRegistry.cs (1)
318string taskFactory = expander.ExpandIntoStringLeaveEscaped(projectUsingTaskXml.TaskFactory, expanderOptions, projectUsingTaskXml.TaskFactoryLocation);