1 instantiation of EmptyServiceScope
Microsoft.Extensions.DependencyInjection.Abstractions (1)
EmptyServiceProvider.cs (1)
155
public static EmptyServiceScope Instance { get; } = new
EmptyServiceScope
();
2 references to EmptyServiceScope
Microsoft.Extensions.DependencyInjection.Abstractions (2)
EmptyServiceProvider.cs (2)
89
return
EmptyServiceScope
.Instance;
155
public static
EmptyServiceScope
Instance { get; } = new EmptyServiceScope();