4 references to GlobalPropertiesEnumerable
Microsoft.Build (4)
BackEnd\Shared\ConfigurationMetadata.cs (1)
40foreach (KeyValuePair<string, string> entry in project.GlobalPropertiesEnumerable)
Definition\ProjectCollection.cs (1)
2611foreach (KeyValuePair<string, string> leftProperty in project.GlobalPropertiesEnumerable)
Instance\ProjectInstance.cs (2)
388foreach (var property in project.GlobalPropertiesEnumerable) 464foreach (var property in linkedProject.GlobalPropertiesEnumerable)