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) 1431return _globalProperties[name]; 1444ProjectPropertyInstance propertyInGlobalProperties = _globalProperties.GetProperty(name); 1448_globalProperties.Set(ProjectPropertyInstance.Create(name, value)); 1477set = _globalProperties.Remove(name); 1806EnvironmentProperties, _globalProperties, ToolsetLocations);