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