1 write to s_cachedTargetPlatformReferences
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
888
s_cachedTargetPlatformReferences
= new Dictionary<string, string[]>(StringComparer.OrdinalIgnoreCase);
5 references to s_cachedTargetPlatformReferences
Microsoft.Build.Utilities.Core (5)
ToolLocationHelper.cs (5)
886
if (
s_cachedTargetPlatformReferences
== null)
893
if (
s_cachedTargetPlatformReferences
.TryGetValue(cacheKey, out string[] targetPlatformReferences))
907
s_cachedTargetPlatformReferences
.Add(cacheKey, targetPlatformReferences);
2377
s_cachedTargetPlatformReferences
?.Clear();
2396
s_cachedTargetPlatformReferences
?.Clear();