5 writes to _toolsVersion
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
191_toolsVersion = ResolveToolsVersion(data, defaultToolsVersion); 233_toolsVersion = instance.ToolsVersion; 259_toolsVersion = other._toolsVersion; 958translator.Translate(ref _toolsVersion); 980translator.Translate(ref _toolsVersion);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
259_toolsVersion = other._toolsVersion; 396public string ToolsVersion => _toolsVersion; 892return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion); 901return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1064_toolsVersion.Equals(other._toolsVersion, StringComparison.OrdinalIgnoreCase) &&