8 references to ImportProperties
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
367SecondaryPropertySets.ImportProperties(PrimaryPropertySets); 404SecondaryProperties.ImportProperties(PrimaryPropertySets);
Definition\Toolset.cs (5)
950propertyBag.ImportProperties(_environmentProperties); 952propertyBag.ImportProperties(reservedProperties); 954propertyBag.ImportProperties(Properties.Values); 963propertyBag.ImportProperties(subToolsetProperties); 966propertyBag.ImportProperties(_globalProperties);
Definition\ToolsetReader.cs (1)
115initialProperties.ImportProperties(globalProperties);