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