3 writes to importedFromAnotherProject
Microsoft.Build.Engine (3)
Properties\BuildPropertyGroup.cs (3)
159this.importedFromAnotherProject = false; 216this.importedFromAnotherProject = (propertyType == PropertyType.ImportedProperty); 304this.importedFromAnotherProject = importedFromAnotherProject;
9 references to importedFromAnotherProject
Microsoft.Build.Engine (9)
Properties\BuildPropertyGroup.cs (9)
329return this.importedFromAnotherProject; 352error.VerifyThrowInvalidOperation(!this.importedFromAnotherProject, 497if (!this.importedFromAnotherProject) 518ErrorUtilities.VerifyThrow(this.importedFromAnotherProject, "You can't set the imported filename on a non-imported PropertyGroup."); 697this.importedFromAnotherProject 918error.VerifyThrowInvalidOperation(!this.importedFromAnotherProject, 1011error.VerifyThrowInvalidOperation(!this.importedFromAnotherProject, 1048error.VerifyThrowInvalidOperation(!this.importedFromAnotherProject, 1202error.VerifyThrowInvalidOperation(!this.importedFromAnotherProject || clearImportedPropertyGroup,