1 write to Version
Microsoft.Build.Framework (1)
Utilities\FrameworkLocationHelper.cs (1)
1372this.Version = version;
5 references to Version
Microsoft.Build.Framework (5)
Utilities\FrameworkLocationHelper.cs (5)
433private static readonly Lazy<IReadOnlyDictionary<Version, DotNetFrameworkSpec>> DotNetFrameworkSpecDict = new(() => DotNetFrameworkSpecs().ToDictionary(spec => spec.Version)); 1405private FrameworkName FrameworkName => new FrameworkName(dotNetFrameworkIdentifier, this.Version); 1413return string.Join(@"\", HKLM, MicrosoftSDKsRegistryKey, visualStudioSpec.GetDotNetFrameworkSdkRegistryKey(Version), _dotNetFrameworkSdkRegistryToolsKey); 1486frameworkPath = Path.Combine(frameworkPath, this.Version.ToString()); 1554generatedPathToDotNetFrameworkSdkTools = FallbackToDefaultPathToDotNetFrameworkSdkTools(this.Version);