1 write to s_cachedExtensionSdks
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2460s_cachedExtensionSdks = new Dictionary<string, TargetPlatformSDK>(StringComparer.OrdinalIgnoreCase);
6 references to s_cachedExtensionSdks
Microsoft.Build.Utilities.Core (6)
ToolLocationHelper.cs (6)
980(s_cachedExtensionSdks.TryGetValue(extensionDiskRoots, out matchingSdk) 2378s_cachedExtensionSdks?.Clear(); 2397s_cachedExtensionSdks?.Clear(); 2458if (s_cachedExtensionSdks == null) 2479if (!s_cachedExtensionSdks.TryGetValue(cachedExtensionSdksKey, out TargetPlatformSDK extensionSdk)) 2485s_cachedExtensionSdks.Add(cachedExtensionSdksKey, extensionSdk);