1 write to unmanagedAssemblyCache
xunit.console (1)
common\AssemblyResolution\DependencyContextAssemblyCache.cs (1)
76unmanagedAssemblyCache = new ConcurrentDictionary<string, string>(StringComparer.OrdinalIgnoreCase);
2 references to unmanagedAssemblyCache
xunit.console (2)
common\AssemblyResolution\DependencyContextAssemblyCache.cs (2)
181if (!unmanagedAssemblyCache.TryGetValue(unmanagedLibraryName, out var resolvedAssemblyPath)) 184unmanagedAssemblyCache[unmanagedLibraryName] = resolvedAssemblyPath;