2 writes to _globalProperties
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
369_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(globalProperties.Count); 395_globalProperties = new PropertyDictionary<ProjectPropertyInstance>();
10 references to _globalProperties
Microsoft.Build (10)
Definition\ProjectCollection.cs (10)
375_globalProperties.Set(ProjectPropertyInstance.Create(pair.Key, pair.Value)); 596if (_globalProperties.Count == 0) 601dictionary = new Dictionary<string, string>(_globalProperties.Count, MSBuildNameIgnoreCaseComparer.Default); 603foreach (ProjectPropertyInstance property in _globalProperties) 937foreach (ProjectPropertyInstance property in _globalProperties) 1492return _globalProperties[name]; 1505ProjectPropertyInstance propertyInGlobalProperties = _globalProperties.GetProperty(name); 1509_globalProperties.Set(ProjectPropertyInstance.Create(name, value)); 1538set = _globalProperties.Remove(name); 1868EnvironmentProperties, _globalProperties, ToolsetLocations);