4 references to TaskFactoryLocation
Microsoft.Build (1)
Instance\TaskRegistry.cs (1)
328
string taskFactory = expander.ExpandIntoStringLeaveEscaped(projectUsingTaskXml.TaskFactory, expanderOptions, projectUsingTaskXml.
TaskFactoryLocation
);
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
779
ViewValidation.VerifySameLocation(realXml.
TaskFactoryLocation
, viewXml.
TaskFactoryLocation
, context);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
1137
string expandedTaskFactory = RegistryExpander.ExpandIntoStringAndUnescape(taskElement.TaskFactory, ExpanderOptions.ExpandPropertiesAndItems, taskElement.
TaskFactoryLocation
);