8 references to ImportProperties
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
365SecondaryPropertySets.ImportProperties(PrimaryPropertySets); 405SecondaryProperties.ImportProperties(PrimaryPropertySets);
Definition\Toolset.cs (5)
844propertyBag.ImportProperties(_environmentProperties); 846propertyBag.ImportProperties(reservedProperties); 848propertyBag.ImportProperties(Properties.Values); 857propertyBag.ImportProperties(subToolsetProperties); 860propertyBag.ImportProperties(_globalProperties);
Definition\ToolsetReader.cs (1)
109initialProperties.ImportProperties(globalProperties);