3 references to PropertyDictionary
Microsoft.Build (3)
Instance\ProjectInstance.cs (2)
459_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(globalPropertiesRetrievableHashSet); 1064return new PropertyDictionary<ProjectPropertyInstance>(hashSet);
Utilities\Utilities.cs (1)
598var environmentProperties = new PropertyDictionary<ProjectPropertyInstance>(envPropertiesHashSet);