5 writes to _toolsVersion
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
183_toolsVersion = ResolveToolsVersion(data, defaultToolsVersion); 225_toolsVersion = instance.ToolsVersion; 251_toolsVersion = other._toolsVersion; 954translator.Translate(ref _toolsVersion); 975translator.Translate(ref _toolsVersion);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
251_toolsVersion = other._toolsVersion; 388public string ToolsVersion => _toolsVersion; 888return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion); 897return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1059_toolsVersion.Equals(other._toolsVersion, StringComparison.OrdinalIgnoreCase) &&