1 write to s_cachedTargetPlatforms
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2450
s_cachedTargetPlatforms
= new Dictionary<string, IEnumerable<TargetPlatformSDK>>(StringComparer.OrdinalIgnoreCase);
5 references to s_cachedTargetPlatforms
Microsoft.Build.Utilities.Core (5)
ToolLocationHelper.cs (5)
2371
s_cachedTargetPlatforms
?.Clear();
2390
s_cachedTargetPlatforms
?.Clear();
2448
if (
s_cachedTargetPlatforms
== null)
2458
if (!
s_cachedTargetPlatforms
.TryGetValue(cachedTargetPlatformsKey, out IEnumerable<TargetPlatformSDK> collection))
2469
s_cachedTargetPlatforms
.Add(cachedTargetPlatformsKey, collection);