1 write to Version
Microsoft.Build.Framework (1)
Utilities\FrameworkLocationHelper.cs (1)
1238Version = version;
6 references to Version
Microsoft.Build.Framework (6)
Utilities\FrameworkLocationHelper.cs (6)
434private static readonly Lazy<IReadOnlyDictionary<Version, VisualStudioSpec>> VisualStudioSpecDict = new(() => VisualStudioSpecs.Value.ToDictionary(spec => spec.Version)); 1474if (this._pathsToDotNetFrameworkSdkTools.TryGetValue(visualStudioSpec.Version, out cachedPath)) 1506RegistryView registryView = visualStudioSpec.Version == visualStudioVersion100 ? RegistryView.Default : RegistryView.Registry32; 1523if (trigger.Item1 == this.Version && trigger.Item2 == visualStudioSpec.Version) 1545fallbackVisualStudioSpec.Version); 1559this._pathsToDotNetFrameworkSdkTools[visualStudioSpec.Version] = generatedPathToDotNetFrameworkSdkTools;