1 write to Version
Microsoft.Build.Framework (1)
Utilities\FrameworkLocationHelper.cs (1)
1238Version = version;
3 references to Version
Microsoft.Build.Framework (3)
Utilities\FrameworkLocationHelper.cs (3)
434private static readonly Lazy<IReadOnlyDictionary<Version, VisualStudioSpec>> VisualStudioSpecDict = new(() => VisualStudioSpecs.Value.ToDictionary(spec => spec.Version)); 1474if (this._pathsToDotNetFrameworkSdkTools.TryGetValue(visualStudioSpec.Version, out cachedPath)) 1559this._pathsToDotNetFrameworkSdkTools[visualStudioSpec.Version] = generatedPathToDotNetFrameworkSdkTools;