12 references to ImportProperties
Microsoft.Build.Engine (12)
Engine\Engine.cs (5)
959initialProperties.ImportProperties(EnvironmentProperties); 960initialProperties.ImportProperties(GlobalProperties); 2891finalGlobalProperties.ImportProperties(parentProjectGlobalProperties); 2895finalGlobalProperties.ImportProperties(postMergeProperties); 2912finalGlobalProperties.ImportProperties(loadedProjectWithSameFullPath.GlobalProperties);
Engine\Toolset.cs (1)
56this.properties.ImportProperties(buildProperties);
ItemsAndProperties\Lookup.cs (2)
401SecondaryPropertySets.ImportProperties(PrimaryPropertySets); 450SecondaryProperties.ImportProperties(PrimaryPropertySets);
Properties\BuildPropertyGroup.cs (4)
754this.ImportProperties(environmentProperties); 757this.ImportProperties(reservedProperties); 760this.ImportProperties(toolsVersionDependentProperties); 763this.ImportProperties(clonedGlobalProperties);