2 writes to _globalProperties
Microsoft.Build (2)
Definition\Toolset.cs (2)
280_globalProperties = globalProperties; 616translator.TranslateProjectPropertyInstanceDictionary(ref _globalProperties);
4 references to _globalProperties
Microsoft.Build (4)
Definition\Toolset.cs (4)
784if (_globalProperties != null) 786ProjectPropertyInstance visualStudioVersionProperty = _globalProperties[Constants.SubToolsetVersionPropertyName]; 922int count = _environmentProperties.Count + reservedProperties.Count + Properties.Values.Count + _globalProperties.Count + 1; 962propertyBag.ImportProperties(_globalProperties);