6 references to TestLockProvider
Microsoft.AspNetCore.Components.Testing (6)
Infrastructure\TestInfrastructureStartupFilter.cs (2)
45var lockProvider = context.RequestServices 46.GetRequiredService<TestLockProvider>();
Infrastructure\TestLockClient.cs (1)
9/// High-level client for deterministic async state control via <see cref="TestLockProvider"/>.
Infrastructure\TestReadinessHostingStartup.cs (2)
21/// <item><see cref="TestSessionContext"/> + <see cref="TestLockProvider"/> + middleware for deterministic async state control</item> 42services.AddSingleton<TestLockProvider>();
Infrastructure\TestSessionContext.cs (1)
10/// that uses <see cref="TestLockProvider"/> with session-scoped lock keys).