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;
958
translator.Translate(ref
_toolsVersion
);
980
translator.Translate(ref
_toolsVersion
);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
259
_toolsVersion = other.
_toolsVersion
;
396
public string ToolsVersion =>
_toolsVersion
;
892
return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(
_toolsVersion
);
901
return $"{_configId} {_projectFullPath} {
_toolsVersion
} {_globalProperties}";
1064
_toolsVersion
.Equals(other.
_toolsVersion
, StringComparison.OrdinalIgnoreCase) &&