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