2 writes to _globalProperties
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
436_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(globalProperties.Count); 462_globalProperties = new PropertyDictionary<ProjectPropertyInstance>();
11 references to _globalProperties
Microsoft.Build (11)
Definition\ProjectCollection.cs (11)
442_globalProperties.Set(ProjectPropertyInstance.Create(pair.Key, pair.Value)); 674if (_globalProperties.Count == 0) 679dictionary = new Dictionary<string, string>(_globalProperties.Count, MSBuildNameIgnoreCaseComparer.Default); 681foreach (ProjectPropertyInstance property in _globalProperties) 1015foreach (ProjectPropertyInstance property in _globalProperties) 1330foreach (ProjectPropertyInstance globalProperty in _globalProperties) 1587return _globalProperties[name]; 1600ProjectPropertyInstance propertyInGlobalProperties = _globalProperties.GetProperty(name); 1604_globalProperties.Set(ProjectPropertyInstance.Create(name, value)); 1633set = _globalProperties.Remove(name); 1963EnvironmentProperties, _globalProperties, ToolsetLocations);