2 writes to _globalProperties
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
402_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(globalProperties.Count); 428_globalProperties = new PropertyDictionary<ProjectPropertyInstance>();
11 references to _globalProperties
Microsoft.Build (11)
Definition\ProjectCollection.cs (11)
408_globalProperties.Set(ProjectPropertyInstance.Create(pair.Key, pair.Value)); 630if (_globalProperties.Count == 0) 635dictionary = new Dictionary<string, string>(_globalProperties.Count, MSBuildNameIgnoreCaseComparer.Default); 637foreach (ProjectPropertyInstance property in _globalProperties) 971foreach (ProjectPropertyInstance property in _globalProperties) 1286foreach (ProjectPropertyInstance globalProperty in _globalProperties) 1543return _globalProperties[name]; 1556ProjectPropertyInstance propertyInGlobalProperties = _globalProperties.GetProperty(name); 1560_globalProperties.Set(ProjectPropertyInstance.Create(name, value)); 1589set = _globalProperties.Remove(name); 1919EnvironmentProperties, _globalProperties, ToolsetLocations);