1 write to s_playwright
Microsoft.AspNetCore.Components.Testing (1)
Playwright\PlaywrightTest.cs (1)
44s_playwright ??= await Microsoft.Playwright.Playwright.CreateAsync().ConfigureAwait(false);
4 references to s_playwright
Microsoft.AspNetCore.Components.Testing (4)
Playwright\PlaywrightTest.cs (4)
26s_playwright ?? throw new InvalidOperationException( 36if (s_playwright is not null) 38return s_playwright; 45return s_playwright;