5 writes to _toolsVersion
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
247
_toolsVersion
= ResolveToolsVersion(data, defaultToolsVersion);
289
_toolsVersion
= instance.ToolsVersion;
315
_toolsVersion
= other._toolsVersion;
1056
translator.Translate(ref
_toolsVersion
);
1078
translator.Translate(ref
_toolsVersion
);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
315
_toolsVersion = other.
_toolsVersion
;
452
public string ToolsVersion =>
_toolsVersion
;
990
return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(
_toolsVersion
);
999
return $"{_configId} {_projectFullPath} {
_toolsVersion
} {_globalProperties}";
1169
_toolsVersion
.Equals(other.
_toolsVersion
, StringComparison.OrdinalIgnoreCase) &&