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