1 write to _pathsToDotNetFrameworkSdkTools
Microsoft.Build (1)
FrameworkLocationHelper.cs (1)
1327
this.
_pathsToDotNetFrameworkSdkTools
= new ConcurrentDictionary<Version, string>();
2 references to _pathsToDotNetFrameworkSdkTools
Microsoft.Build (2)
FrameworkLocationHelper.cs (2)
1416
if (this.
_pathsToDotNetFrameworkSdkTools
.TryGetValue(visualStudioSpec.Version, out cachedPath))
1501
this.
_pathsToDotNetFrameworkSdkTools
[visualStudioSpec.Version] = generatedPathToDotNetFrameworkSdkTools;