1 write to s_cachedTargetPlatformReferences
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
883
s_cachedTargetPlatformReferences
= new Dictionary<string, string[]>(StringComparer.OrdinalIgnoreCase);
5 references to s_cachedTargetPlatformReferences
Microsoft.Build.Utilities.Core (5)
ToolLocationHelper.cs (5)
881
if (
s_cachedTargetPlatformReferences
== null)
888
if (
s_cachedTargetPlatformReferences
.TryGetValue(cacheKey, out string[] targetPlatformReferences))
902
s_cachedTargetPlatformReferences
.Add(cacheKey, targetPlatformReferences);
2371
s_cachedTargetPlatformReferences
?.Clear();
2390
s_cachedTargetPlatformReferences
?.Clear();