1 instantiation of DependencyContextLoader
xunit.console (1)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContextLoader.cs (1)
41
public static DependencyContextLoader Default { get; } = new
DependencyContextLoader
();
2 references to DependencyContextLoader
xunit.console (2)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContext.cs (1)
90
return
DependencyContextLoader
.Default.Load(assembly);
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContextLoader.cs (1)
41
public static
DependencyContextLoader
Default { get; } = new DependencyContextLoader();