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)); 1354private FrameworkName FrameworkName => new FrameworkName(dotNetFrameworkIdentifier, this.Version); 1362return string.Join(@"\", HKLM, MicrosoftSDKsRegistryKey, visualStudioSpec.GetDotNetFrameworkSdkRegistryKey(Version), _dotNetFrameworkSdkRegistryToolsKey); 1435frameworkPath = Path.Combine(frameworkPath, this.Version.ToString()); 1449visualStudioSpec.GetDotNetFrameworkSdkRegistryKey(Version), 1472if (trigger.Item1 == this.Version && trigger.Item2 == visualStudioSpec.Version) 1493this.Version, 1503generatedPathToDotNetFrameworkSdkTools = FallbackToDefaultPathToDotNetFrameworkSdkTools(this.Version); 1558ErrorUtilities.VerifyThrowArgument(this._visualStudioVersion != null, "FrameworkLocationHelper.UnsupportedFrameworkVersionForWindowsSdk", this.Version); 1564ErrorUtilities.ThrowArgument("FrameworkLocationHelper.UnsupportedFrameworkVersionForWindowsSdk", this.Version);