3 writes to KeepDuplicateOutputs
Microsoft.Build.Engine.OM.UnitTests (3)
Construction\ProjectTargetElement_Tests.cs (2)
145target.KeepDuplicateOutputs = null; 303target.KeepDuplicateOutputs = "true";
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
173newTarget1.VerifySetter("newKeepDuplicateOutputs", (t) => t.KeepDuplicateOutputs, (t, v) => t.KeepDuplicateOutputs = v);
5 references to KeepDuplicateOutputs
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
589targetElement.KeepDuplicateOutputs,
Microsoft.Build.Engine.OM.UnitTests (4)
Construction\ProjectTargetElement_Tests.cs (1)
305Assert.Equal("true", target.KeepDuplicateOutputs);
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
807Assert.Equal(realXml.KeepDuplicateOutputs, viewXml.KeepDuplicateOutputs);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
173newTarget1.VerifySetter("newKeepDuplicateOutputs", (t) => t.KeepDuplicateOutputs, (t, v) => t.KeepDuplicateOutputs = v);