9 references to IsImported
Microsoft.Build.Engine (9)
Choose\GroupingCollection.cs (3)
546if (!propertyGroup.IsImported) 571&& (!propertyGroup.IsImported || includeImportedPropertyGroups)) 578if (propertyGroup.IsImported)
Engine\Project.cs (4)
2498if (!importedPropertyGroup && matchOnlyAfterImport && propertyGroup.IsImported) 2504if (propertyGroup.IsImported == importedPropertyGroup && 2587error.VerifyThrowInvalidOperation(!propertyGroupToRemove.IsImported, 4201if (pg.IsImported)
Properties\BuildPropertyGroup.cs (1)
1268if (this.IsPersisted && !this.IsImported)
Properties\BuildPropertyGroupCollection.cs (1)
114if (propertyGroup.IsImported)