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