2 references to PropertyDictionary
Microsoft.Build (2)
Instance\ProjectInstance.cs (1)
1019
return new
PropertyDictionary
<ProjectPropertyInstance>(hashSet);
Utilities\Utilities.cs (1)
590
var environmentProperties = new
PropertyDictionary
<ProjectPropertyInstance>(envPropertiesHashSet);