2 writes to _playwright
Microsoft.VisualStudioCode.Razor.IntegrationTests (2)
Services\PlaywrightService.cs (2)
85_playwright = await Playwright.CreateAsync(); 258_playwright = null;
2 references to _playwright
Microsoft.VisualStudioCode.Razor.IntegrationTests (2)
Services\PlaywrightService.cs (2)
109var connectTask = _playwright!.Chromium.ConnectOverCDPAsync(cdpUrl); 257_playwright?.Dispose();