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