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