5 writes to _toolsVersion
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
176
_toolsVersion
= ResolveToolsVersion(data, defaultToolsVersion);
217
_toolsVersion
= instance.ToolsVersion;
242
_toolsVersion
= other._toolsVersion;
925
translator.Translate(ref
_toolsVersion
);
945
translator.Translate(ref
_toolsVersion
);
6 references to _toolsVersion
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
242
_toolsVersion = other.
_toolsVersion
;
360
public string ToolsVersion =>
_toolsVersion
;
859
return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(
_toolsVersion
);
868
return String.Format(CultureInfo.CurrentCulture, "{0} {1} {2} {3}", _configId, _projectFullPath,
_toolsVersion
, _globalProperties);
1028
_toolsVersion
.Equals(other.
_toolsVersion
, StringComparison.OrdinalIgnoreCase) &&