4 writes to _toolsVersion
Microsoft.Build (4)
BackEnd\Shared\ConfigurationMetadata.cs (4)
30_toolsVersion = configuration.ToolsVersion; 45_toolsVersion = project.ToolsVersion; 58_toolsVersion = MSBuildConstants.CurrentToolsVersion; 108translator.Translate(ref _toolsVersion);
1 reference to _toolsVersion
Microsoft.Build (1)
BackEnd\Shared\ConfigurationMetadata.cs (1)
82public string ToolsVersion => _toolsVersion;