1 instantiation of RemoteLock
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\TestLockClient.cs (1)
57
=>
new
(_server, $"{_sessionId}:{name}");
3 references to RemoteLock
Microsoft.AspNetCore.Components.Testing (3)
Infrastructure\TestLockClient.cs (3)
52
/// disposed or when <see cref="
RemoteLock
.ReleaseAsync"/> is called explicitly.
55
/// <returns>A <see cref="
RemoteLock
"/> that releases the named gate on disposal.</returns>
56
public
RemoteLock
Lock(string name)