1 write to Version
Microsoft.Build (1)
FrameworkLocationHelper.cs (1)
1184Version = version;
3 references to Version
Microsoft.Build (3)
FrameworkLocationHelper.cs (3)
399private static readonly Lazy<IReadOnlyDictionary<Version, VisualStudioSpec>> VisualStudioSpecDict = new(() => VisualStudioSpecs.Value.ToDictionary(spec => spec.Version)); 1416if (this._pathsToDotNetFrameworkSdkTools.TryGetValue(visualStudioSpec.Version, out cachedPath)) 1501this._pathsToDotNetFrameworkSdkTools[visualStudioSpec.Version] = generatedPathToDotNetFrameworkSdkTools;