5 writes to _toolsVersion
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
178
_toolsVersion
= ResolveToolsVersion(data, defaultToolsVersion);
219
_toolsVersion
= instance.ToolsVersion;
244
_toolsVersion
= other._toolsVersion;
936
translator.Translate(ref
_toolsVersion
);
956
translator.Translate(ref
_toolsVersion
);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
244
_toolsVersion = other.
_toolsVersion
;
371
public string ToolsVersion =>
_toolsVersion
;
870
return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(
_toolsVersion
);
879
return $"{_configId} {_projectFullPath} {
_toolsVersion
} {_globalProperties}";
1039
_toolsVersion
.Equals(other.
_toolsVersion
, StringComparison.OrdinalIgnoreCase) &&