10 references to IsOutputProperty
Microsoft.Build.Engine.OM.UnitTests (10)
Construction\ProjectOutputElement_Tests.cs (2)
28
Assert.False(output.
IsOutputProperty
);
43
Assert.True(output.
IsOutputProperty
);
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
709
Assert.Equal(realXml.
IsOutputProperty
, viewXml.
IsOutputProperty
);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (6)
230
Assert.False(newOutputItem1.View.
IsOutputProperty
);
236
Assert.False(newOutputItemWithConfig1.View.
IsOutputProperty
);
241
Assert.True(newOutputProp1.View.
IsOutputProperty
);
247
Assert.True(newOutputPropWithConfig1.View.
IsOutputProperty
);
327
Assert.False(newOutputItem.View.
IsOutputProperty
);
333
Assert.True(newOutputProp.View.
IsOutputProperty
);