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)); 564if (_globalProperties.Count == 0) 569dictionary = new Dictionary<string, string>(_globalProperties.Count, MSBuildNameIgnoreCaseComparer.Default); 571foreach (ProjectPropertyInstance property in _globalProperties) 876foreach (ProjectPropertyInstance property in _globalProperties) 1429return _globalProperties[name]; 1442ProjectPropertyInstance propertyInGlobalProperties = _globalProperties.GetProperty(name); 1446_globalProperties.Set(ProjectPropertyInstance.Create(name, value)); 1475set = _globalProperties.Remove(name); 1805EnvironmentProperties, _globalProperties, ToolsetLocations);