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