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