8 references to TaskFactoryParameters
Microsoft.Build (4)
Instance\TaskRegistry.cs (4)
1393loadedType = taskFactory.InitializeFactory(taskFactoryLoadInfo, RegisteredName, ParameterGroupAndTaskBody.UsingTaskParameters, ParameterGroupAndTaskBody.InlineTaskXmlBody, TaskFactoryParameters, explicitlyLaunchTaskHost, targetLoggingContext, elementLocation, taskProjectFile); 1471initialized = factory2.Initialize(RegisteredName, TaskFactoryParameters, ParameterGroupAndTaskBody.UsingTaskParameters, ParameterGroupAndTaskBody.InlineTaskXmlBody, taskFactoryLoggingHost); 1478if (initialized && TaskFactoryParameters != null) 1549_taskFactoryWrapperInstance = new TaskFactoryWrapper(factory, loadedType, RegisteredName, TaskFactoryParameters);
Microsoft.Build.Engine.UnitTests (4)
BackEnd\TaskRegistry_Tests.cs (2)
2019Assert.Equal(expectedRuntime, record.TaskFactoryParameters[XMakeAttributes.runtime]); 2024Assert.Equal(expectedArchitecture, record.TaskFactoryParameters[XMakeAttributes.architecture]);
TestComparers\TaskRegistryComparers.cs (2)
54x.TaskFactoryParameters, 55y.TaskFactoryParameters,