4 writes to _toolsVersion
Microsoft.Build (4)
BackEnd\Shared\ConfigurationMetadata.cs (4)
31_toolsVersion = configuration.ToolsVersion; 46_toolsVersion = project.ToolsVersion; 59_toolsVersion = MSBuildConstants.CurrentToolsVersion; 109translator.Translate(ref _toolsVersion);
1 reference to _toolsVersion
Microsoft.Build (1)
BackEnd\Shared\ConfigurationMetadata.cs (1)
83public string ToolsVersion => _toolsVersion;