5 writes to _toolsVersion
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
196_toolsVersion = ResolveToolsVersion(data, defaultToolsVersion); 238_toolsVersion = instance.ToolsVersion; 264_toolsVersion = other._toolsVersion; 1005translator.Translate(ref _toolsVersion); 1027translator.Translate(ref _toolsVersion);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
264_toolsVersion = other._toolsVersion; 401public string ToolsVersion => _toolsVersion; 939return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion); 948return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1111_toolsVersion.Equals(other._toolsVersion, StringComparison.OrdinalIgnoreCase) &&