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