1 write to Version
MSBuild (1)
FrameworkLocationHelper.cs (1)
1222
Version
= version;
6 references to Version
MSBuild (6)
FrameworkLocationHelper.cs (6)
434
private static readonly Lazy<IReadOnlyDictionary<Version, VisualStudioSpec>> VisualStudioSpecDict = new(() => VisualStudioSpecs.Value.ToDictionary(spec => spec.
Version
));
1458
if (this._pathsToDotNetFrameworkSdkTools.TryGetValue(visualStudioSpec.
Version
, out cachedPath))
1490
RegistryView registryView = visualStudioSpec.
Version
== visualStudioVersion100 ? RegistryView.Default : RegistryView.Registry32;
1507
if (trigger.Item1 == this.Version && trigger.Item2 == visualStudioSpec.
Version
)
1529
fallbackVisualStudioSpec.
Version
);
1543
this._pathsToDotNetFrameworkSdkTools[visualStudioSpec.
Version
] = generatedPathToDotNetFrameworkSdkTools;