1 write to _heldRoute
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ResourceLock.cs (1)
59
resourceLock.
_heldRoute
= route;
2 references to _heldRoute
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\ResourceLock.cs (2)
88
if (
_heldRoute
is not null)
90
await
_heldRoute
.ContinueAsync().ConfigureAwait(false);