1 write to Version
MSBuild (1)
FrameworkLocationHelper.cs (1)
1356this.Version = version;
10 references to Version
MSBuild (10)
FrameworkLocationHelper.cs (10)
433private static readonly Lazy<IReadOnlyDictionary<Version, DotNetFrameworkSpec>> DotNetFrameworkSpecDict = new(() => DotNetFrameworkSpecs().ToDictionary(spec => spec.Version)); 1389private FrameworkName FrameworkName => new FrameworkName(dotNetFrameworkIdentifier, this.Version); 1397return string.Join(@"\", HKLM, MicrosoftSDKsRegistryKey, visualStudioSpec.GetDotNetFrameworkSdkRegistryKey(Version), _dotNetFrameworkSdkRegistryToolsKey); 1470frameworkPath = Path.Combine(frameworkPath, this.Version.ToString()); 1484visualStudioSpec.GetDotNetFrameworkSdkRegistryKey(Version), 1507if (trigger.Item1 == this.Version && trigger.Item2 == visualStudioSpec.Version) 1528this.Version, 1538generatedPathToDotNetFrameworkSdkTools = FallbackToDefaultPathToDotNetFrameworkSdkTools(this.Version); 1593ErrorUtilities.VerifyThrowArgument(this._visualStudioVersion != null, "FrameworkLocationHelper.UnsupportedFrameworkVersionForWindowsSdk", this.Version); 1599ErrorUtilities.ThrowArgument("FrameworkLocationHelper.UnsupportedFrameworkVersionForWindowsSdk", this.Version);