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