8 references to ImportProperties
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
368SecondaryPropertySets.ImportProperties(PrimaryPropertySets); 405SecondaryProperties.ImportProperties(PrimaryPropertySets);
Definition\Toolset.cs (5)
946propertyBag.ImportProperties(_environmentProperties); 948propertyBag.ImportProperties(reservedProperties); 950propertyBag.ImportProperties(Properties.Values); 959propertyBag.ImportProperties(subToolsetProperties); 962propertyBag.ImportProperties(_globalProperties);
Definition\ToolsetReader.cs (1)
115initialProperties.ImportProperties(globalProperties);