1 write to Version
Microsoft.Build.Framework (1)
Utilities\FrameworkLocationHelper.cs (1)
1372this.Version = version;
10 references to Version
Microsoft.Build.Framework (10)
Utilities\FrameworkLocationHelper.cs (10)
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()); 1500visualStudioSpec.GetDotNetFrameworkSdkRegistryKey(Version), 1523if (trigger.Item1 == this.Version && trigger.Item2 == visualStudioSpec.Version) 1544this.Version, 1554generatedPathToDotNetFrameworkSdkTools = FallbackToDefaultPathToDotNetFrameworkSdkTools(this.Version); 1611throw new ArgumentException(SR.FormatUnsupportedFrameworkVersionForWindowsSdk(Version)); 1618throw new ArgumentException(SR.FormatUnsupportedFrameworkVersionForWindowsSdk(Version));