1 write to s_cachedTargetPlatformReferences
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
884
s_cachedTargetPlatformReferences
= new Dictionary<string, string[]>(StringComparer.OrdinalIgnoreCase);
5 references to s_cachedTargetPlatformReferences
Microsoft.Build.Utilities.Core (5)
ToolLocationHelper.cs (5)
882
if (
s_cachedTargetPlatformReferences
== null)
889
if (
s_cachedTargetPlatformReferences
.TryGetValue(cacheKey, out string[] targetPlatformReferences))
903
s_cachedTargetPlatformReferences
.Add(cacheKey, targetPlatformReferences);
2372
s_cachedTargetPlatformReferences
?.Clear();
2391
s_cachedTargetPlatformReferences
?.Clear();