1 write to s_chainedReferenceAssemblyPath
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
3092s_chainedReferenceAssemblyPath ??= new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
4 references to s_chainedReferenceAssemblyPath
Microsoft.Build.Utilities.Core (4)
ToolLocationHelper.cs (4)
2384s_chainedReferenceAssemblyPath?.Clear(); 3095if (s_chainedReferenceAssemblyPath.TryGetValue(path, out string cachedPath)) 3116s_chainedReferenceAssemblyPath[path] = null; 3210s_chainedReferenceAssemblyPath[path] = pathToReturn;