5 writes to _toolsVersion
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
178_toolsVersion = ResolveToolsVersion(data, defaultToolsVersion); 219_toolsVersion = instance.ToolsVersion; 244_toolsVersion = other._toolsVersion; 936translator.Translate(ref _toolsVersion); 956translator.Translate(ref _toolsVersion);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
244_toolsVersion = other._toolsVersion; 371public string ToolsVersion => _toolsVersion; 870return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion); 879return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1039_toolsVersion.Equals(other._toolsVersion, StringComparison.OrdinalIgnoreCase) &&