5 writes to _toolsVersion
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
196
_toolsVersion
= ResolveToolsVersion(data, defaultToolsVersion);
238
_toolsVersion
= instance.ToolsVersion;
264
_toolsVersion
= other._toolsVersion;
1005
translator.Translate(ref
_toolsVersion
);
1027
translator.Translate(ref
_toolsVersion
);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
264
_toolsVersion = other.
_toolsVersion
;
401
public string ToolsVersion =>
_toolsVersion
;
939
return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(
_toolsVersion
);
948
return $"{_configId} {_projectFullPath} {
_toolsVersion
} {_globalProperties}";
1111
_toolsVersion
.Equals(other.
_toolsVersion
, StringComparison.OrdinalIgnoreCase) &&