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