1 write to Version
Microsoft.Build (1)
FrameworkLocationHelper.cs (1)
1187
Version
= version;
6 references to Version
Microsoft.Build (6)
FrameworkLocationHelper.cs (6)
399
private static readonly Lazy<IReadOnlyDictionary<Version, VisualStudioSpec>> VisualStudioSpecDict = new(() => VisualStudioSpecs.Value.ToDictionary(spec => spec.
Version
));
1420
if (this._pathsToDotNetFrameworkSdkTools.TryGetValue(visualStudioSpec.
Version
, out cachedPath))
1452
RegistryView registryView = visualStudioSpec.
Version
== visualStudioVersion100 ? RegistryView.Default : RegistryView.Registry32;
1469
if (trigger.Item1 == this.Version && trigger.Item2 == visualStudioSpec.
Version
)
1491
fallbackVisualStudioSpec.
Version
);
1505
this._pathsToDotNetFrameworkSdkTools[visualStudioSpec.
Version
] = generatedPathToDotNetFrameworkSdkTools;