1 write to s_cachedExtensionSdks
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2461s_cachedExtensionSdks = new Dictionary<string, TargetPlatformSDK>(StringComparer.OrdinalIgnoreCase);
6 references to s_cachedExtensionSdks
Microsoft.Build.Utilities.Core (6)
ToolLocationHelper.cs (6)
981(s_cachedExtensionSdks.TryGetValue(extensionDiskRoots, out matchingSdk) 2379s_cachedExtensionSdks?.Clear(); 2398s_cachedExtensionSdks?.Clear(); 2459if (s_cachedExtensionSdks == null) 2480if (!s_cachedExtensionSdks.TryGetValue(cachedExtensionSdksKey, out TargetPlatformSDK extensionSdk)) 2486s_cachedExtensionSdks.Add(cachedExtensionSdksKey, extensionSdk);