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