8 references to ImportProperties
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
367SecondaryPropertySets.ImportProperties(PrimaryPropertySets); 404SecondaryProperties.ImportProperties(PrimaryPropertySets);
Definition\Toolset.cs (5)
956propertyBag.ImportProperties(_environmentProperties); 958propertyBag.ImportProperties(reservedProperties); 960propertyBag.ImportProperties(Properties.Values); 969propertyBag.ImportProperties(subToolsetProperties); 972propertyBag.ImportProperties(_globalProperties);
Definition\ToolsetReader.cs (1)
115initialProperties.ImportProperties(globalProperties);