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