1 write to _pathsToDotNetFrameworkSdkTools
Microsoft.Build.Framework (1)
Utilities\FrameworkLocationHelper.cs (1)
1378this._pathsToDotNetFrameworkSdkTools = new ConcurrentDictionary<Version, string>();
2 references to _pathsToDotNetFrameworkSdkTools
Microsoft.Build.Framework (2)
Utilities\FrameworkLocationHelper.cs (2)
1474if (this._pathsToDotNetFrameworkSdkTools.TryGetValue(visualStudioSpec.Version, out cachedPath)) 1559this._pathsToDotNetFrameworkSdkTools[visualStudioSpec.Version] = generatedPathToDotNetFrameworkSdkTools;