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; 950translator.Translate(ref _toolsVersion); 971translator.Translate(ref _toolsVersion);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
251_toolsVersion = other._toolsVersion; 388public string ToolsVersion => _toolsVersion; 884return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion); 893return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1055_toolsVersion.Equals(other._toolsVersion, StringComparison.OrdinalIgnoreCase) &&