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