1 instantiation of ResourceLock
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ResourceLock.cs (1)
54
var resourceLock = new
ResourceLock
(page, urlPattern);
3 references to ResourceLock
Microsoft.AspNetCore.Components.Testing (3)
Infrastructure\ResourceLock.cs (3)
51
/// <returns>A <see cref="
ResourceLock
"/> that holds the first matching request.</returns>
52
public static async Task<
ResourceLock
> CreateAsync(IPage page, Regex urlPattern)
54
var
resourceLock = new ResourceLock(page, urlPattern);