1 write to s_chainedReferenceAssemblyPath
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
3093s_chainedReferenceAssemblyPath ??= new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
4 references to s_chainedReferenceAssemblyPath
Microsoft.Build.Utilities.Core (4)
ToolLocationHelper.cs (4)
2385s_chainedReferenceAssemblyPath?.Clear(); 3096if (s_chainedReferenceAssemblyPath.TryGetValue(path, out string cachedPath)) 3117s_chainedReferenceAssemblyPath[path] = null; 3211s_chainedReferenceAssemblyPath[path] = pathToReturn;