2 references to Release
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\TestInfrastructureStartupFilter.cs (1)
47
var released = lockProvider.
Release
(key);
Infrastructure\TestLockProvider.cs (1)
31
/// Returns a <see cref="Task"/> that completes when <see cref="
Release
"/> is called with the same key.