2 writes to _globalProperties
Microsoft.Build (2)
Definition\Toolset.cs (2)
281_globalProperties = globalProperties; 626translator.TranslateProjectPropertyInstanceDictionary(ref _globalProperties);
4 references to _globalProperties
Microsoft.Build (4)
Definition\Toolset.cs (4)
794if (_globalProperties != null) 796ProjectPropertyInstance visualStudioVersionProperty = _globalProperties[Constants.SubToolsetVersionPropertyName]; 932int count = _environmentProperties.Count + reservedProperties.Count + Properties.Values.Count + _globalProperties.Count + 1; 972propertyBag.ImportProperties(_globalProperties);