2 writes to _globalProperties
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
370_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(globalProperties.Count); 396_globalProperties = new PropertyDictionary<ProjectPropertyInstance>();
10 references to _globalProperties
Microsoft.Build (10)
Definition\ProjectCollection.cs (10)
376_globalProperties.Set(ProjectPropertyInstance.Create(pair.Key, pair.Value)); 597if (_globalProperties.Count == 0) 602dictionary = new Dictionary<string, string>(_globalProperties.Count, MSBuildNameIgnoreCaseComparer.Default); 604foreach (ProjectPropertyInstance property in _globalProperties) 938foreach (ProjectPropertyInstance property in _globalProperties) 1493return _globalProperties[name]; 1506ProjectPropertyInstance propertyInGlobalProperties = _globalProperties.GetProperty(name); 1510_globalProperties.Set(ProjectPropertyInstance.Create(name, value)); 1539set = _globalProperties.Remove(name); 1869EnvironmentProperties, _globalProperties, ToolsetLocations);