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