2 references to Instance
Microsoft.Extensions.DependencyInjection.Abstractions (2)
EmptyServiceProvider.cs (2)
23
/// Use <see cref="
Instance
"/> to access the shared singleton instead of writing a custom empty provider.
157
public IServiceProvider ServiceProvider => EmptyServiceProvider.
Instance
;