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)
109
var connectTask =
_playwright
!.Chromium.ConnectOverCDPAsync(cdpUrl);
257
_playwright
?.Dispose();