1 write to Version
Microsoft.Build (1)
FrameworkLocationHelper.cs (1)
1321this.Version = version;
10 references to Version
Microsoft.Build (10)
FrameworkLocationHelper.cs (10)
398private static readonly Lazy<IReadOnlyDictionary<Version, DotNetFrameworkSpec>> DotNetFrameworkSpecDict = new(() => DotNetFrameworkSpecs().ToDictionary(spec => spec.Version)); 1351private FrameworkName FrameworkName => new FrameworkName(dotNetFrameworkIdentifier, this.Version); 1359return string.Join(@"\", HKLM, MicrosoftSDKsRegistryKey, visualStudioSpec.GetDotNetFrameworkSdkRegistryKey(Version), _dotNetFrameworkSdkRegistryToolsKey); 1432frameworkPath = Path.Combine(frameworkPath, this.Version.ToString()); 1446visualStudioSpec.GetDotNetFrameworkSdkRegistryKey(Version), 1469if (trigger.Item1 == this.Version && trigger.Item2 == visualStudioSpec.Version) 1490this.Version, 1500generatedPathToDotNetFrameworkSdkTools = FallbackToDefaultPathToDotNetFrameworkSdkTools(this.Version); 1555ErrorUtilities.VerifyThrowArgument(this._visualStudioVersion != null, "FrameworkLocationHelper.UnsupportedFrameworkVersionForWindowsSdk", this.Version); 1561ErrorUtilities.ThrowArgument("FrameworkLocationHelper.UnsupportedFrameworkVersionForWindowsSdk", this.Version);