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