5 writes to _toolsVersion
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
177
_toolsVersion
= ResolveToolsVersion(data, defaultToolsVersion);
218
_toolsVersion
= instance.ToolsVersion;
243
_toolsVersion
= other._toolsVersion;
935
translator.Translate(ref
_toolsVersion
);
955
translator.Translate(ref
_toolsVersion
);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
243
_toolsVersion = other.
_toolsVersion
;
370
public string ToolsVersion =>
_toolsVersion
;
869
return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(
_toolsVersion
);
878
return $"{_configId} {_projectFullPath} {
_toolsVersion
} {_globalProperties}";
1038
_toolsVersion
.Equals(other.
_toolsVersion
, StringComparison.OrdinalIgnoreCase) &&