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