2 writes to _globalProperties
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
376_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(globalProperties.Count); 402_globalProperties = new PropertyDictionary<ProjectPropertyInstance>();
11 references to _globalProperties
Microsoft.Build (11)
Definition\ProjectCollection.cs (11)
382_globalProperties.Set(ProjectPropertyInstance.Create(pair.Key, pair.Value)); 603if (_globalProperties.Count == 0) 608dictionary = new Dictionary<string, string>(_globalProperties.Count, MSBuildNameIgnoreCaseComparer.Default); 610foreach (ProjectPropertyInstance property in _globalProperties) 944foreach (ProjectPropertyInstance property in _globalProperties) 1259foreach (ProjectPropertyInstance globalProperty in _globalProperties) 1515return _globalProperties[name]; 1528ProjectPropertyInstance propertyInGlobalProperties = _globalProperties.GetProperty(name); 1532_globalProperties.Set(ProjectPropertyInstance.Create(name, value)); 1561set = _globalProperties.Remove(name); 1891EnvironmentProperties, _globalProperties, ToolsetLocations);