5 writes to _toolsVersion
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
176_toolsVersion = ResolveToolsVersion(data, defaultToolsVersion); 217_toolsVersion = instance.ToolsVersion; 242_toolsVersion = other._toolsVersion; 907translator.Translate(ref _toolsVersion); 927translator.Translate(ref _toolsVersion);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
242_toolsVersion = other._toolsVersion; 360public string ToolsVersion => _toolsVersion; 841return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion); 850return String.Format(CultureInfo.CurrentCulture, "{0} {1} {2} {3}", _configId, _projectFullPath, _toolsVersion, _globalProperties); 1010_toolsVersion.Equals(other._toolsVersion, StringComparison.OrdinalIgnoreCase) &&