2 writes to _globalProperties
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
342_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(globalProperties.Count); 368_globalProperties = new PropertyDictionary<ProjectPropertyInstance>();
10 references to _globalProperties
Microsoft.Build (10)
Definition\ProjectCollection.cs (10)
348_globalProperties.Set(ProjectPropertyInstance.Create(pair.Key, pair.Value)); 569if (_globalProperties.Count == 0) 574dictionary = new Dictionary<string, string>(_globalProperties.Count, MSBuildNameIgnoreCaseComparer.Default); 576foreach (ProjectPropertyInstance property in _globalProperties) 881foreach (ProjectPropertyInstance property in _globalProperties) 1436return _globalProperties[name]; 1449ProjectPropertyInstance propertyInGlobalProperties = _globalProperties.GetProperty(name); 1453_globalProperties.Set(ProjectPropertyInstance.Create(name, value)); 1482set = _globalProperties.Remove(name); 1811EnvironmentProperties, _globalProperties, ToolsetLocations);