2 references to AddOutputProperty
Microsoft.Build (1)
Construction\ProjectTaskElement.cs (1)
265return AddOutputProperty(taskParameter, propertyName, null);
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
245newTask.Add2NewChildrenWithVerify<ProjectOutputElement>(NewOutputPropertyWithConfig, (t, n) => t.AddOutputProperty(n, "source", "'Configuration'='Foo'"), (oi, n) => oi.TaskParameter == n, out var newOutputPropWithConfig1, out var newOutputPropWithConfig2);