3 references to ReleaseAsync
Microsoft.AspNetCore.Components.Testing (3)
Infrastructure\RemoteLock.cs (2)
10
/// Supports both <c>await using</c> (automatic) and explicit <see cref="
ReleaseAsync
"/> patterns.
47
public async ValueTask DisposeAsync() => await
ReleaseAsync
().ConfigureAwait(false);
Infrastructure\TestLockClient.cs (1)
52
/// disposed or when <see cref="RemoteLock.
ReleaseAsync
"/> is called explicitly.