1 instantiation of DependencyContextLoader
Microsoft.Extensions.DependencyModel (1)
DependencyContextLoader.cs (1)
42public static DependencyContextLoader Default { get; } = new();
2 references to DependencyContextLoader
Microsoft.Extensions.DependencyModel (2)
DependencyContext.cs (1)
79return DependencyContextLoader.Default.Load(assembly);
DependencyContextLoader.cs (1)
42public static DependencyContextLoader Default { get; } = new();