1 write to s_cachedExtensionSdks
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2454s_cachedExtensionSdks = new Dictionary<string, TargetPlatformSDK>(StringComparer.OrdinalIgnoreCase);
6 references to s_cachedExtensionSdks
Microsoft.Build.Utilities.Core (6)
ToolLocationHelper.cs (6)
975(s_cachedExtensionSdks.TryGetValue(extensionDiskRoots, out matchingSdk) 2372s_cachedExtensionSdks?.Clear(); 2391s_cachedExtensionSdks?.Clear(); 2452if (s_cachedExtensionSdks == null) 2473if (!s_cachedExtensionSdks.TryGetValue(cachedExtensionSdksKey, out TargetPlatformSDK extensionSdk)) 2479s_cachedExtensionSdks.Add(cachedExtensionSdksKey, extensionSdk);