3 writes to KeepDuplicateOutputs
Microsoft.Build.Engine.OM.UnitTests (3)
Construction\ProjectTargetElement_Tests.cs (2)
144target.KeepDuplicateOutputs = null; 302target.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)
597targetElement.KeepDuplicateOutputs,
Microsoft.Build.Engine.OM.UnitTests (4)
Construction\ProjectTargetElement_Tests.cs (1)
304Assert.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);