1 write to s_cachedExtensionSdks
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2455s_cachedExtensionSdks = new Dictionary<string, TargetPlatformSDK>(StringComparer.OrdinalIgnoreCase);
6 references to s_cachedExtensionSdks
Microsoft.Build.Utilities.Core (6)
ToolLocationHelper.cs (6)
976(s_cachedExtensionSdks.TryGetValue(extensionDiskRoots, out matchingSdk) 2373s_cachedExtensionSdks?.Clear(); 2392s_cachedExtensionSdks?.Clear(); 2453if (s_cachedExtensionSdks == null) 2474if (!s_cachedExtensionSdks.TryGetValue(cachedExtensionSdksKey, out TargetPlatformSDK extensionSdk)) 2480s_cachedExtensionSdks.Add(cachedExtensionSdksKey, extensionSdk);