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