11 references to AsyncServiceScope
Microsoft.AspNetCore.Components.Server.Tests (9)
Circuits\CircuitHostTest.cs (6)
31serviceScope: new AsyncServiceScope(serviceScope.Object), 56serviceScope: new AsyncServiceScope(serviceScope.Object), 80serviceScope: new AsyncServiceScope(serviceScope.Object), 103serviceScope: new AsyncServiceScope(serviceScope.Object), 133serviceScope: new AsyncServiceScope(serviceScope.Object), 233serviceScope: new AsyncServiceScope(serviceScope.Object),
Circuits\ComponentHubTest.cs (2)
160serviceScope: new AsyncServiceScope(serviceScope.Object)); 209var circuitHost = TestCircuitHost.Create(serviceScope: new AsyncServiceScope(serviceScope.Object));
Circuits\TestCircuitHost.cs (1)
29serviceScope = serviceScope ?? new AsyncServiceScope(Mock.Of<IServiceScope>());
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceProviderServiceExtensions.cs (2)
114return new AsyncServiceScope(provider.CreateScope()); 124return new AsyncServiceScope(serviceScopeFactory.CreateScope());