9 references to AsyncServiceScope
Microsoft.AspNetCore.Components.Server.Tests (7)
Circuits\CircuitHostTest.cs (6)
32
serviceScope: new
AsyncServiceScope
(serviceScope.Object),
57
serviceScope: new
AsyncServiceScope
(serviceScope.Object),
81
serviceScope: new
AsyncServiceScope
(serviceScope.Object),
104
serviceScope: new
AsyncServiceScope
(serviceScope.Object),
134
serviceScope: new
AsyncServiceScope
(serviceScope.Object),
234
serviceScope: new
AsyncServiceScope
(serviceScope.Object),
Circuits\ComponentHubTest.cs (1)
421
serviceScope: new
AsyncServiceScope
(serviceScope.Object),
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceProviderServiceExtensions.cs (2)
114
return new
AsyncServiceScope
(provider.CreateScope());
124
return new
AsyncServiceScope
(serviceScopeFactory.CreateScope());