2 writes to _browser
Microsoft.VisualStudioCode.Razor.IntegrationTests (2)
Services\PlaywrightService.cs (2)
118_browser = await connectTask; 254_browser = null;
5 references to _browser
Microsoft.VisualStudioCode.Razor.IntegrationTests (5)
Services\PlaywrightService.cs (5)
132_context = _browser.Contexts.FirstOrDefault() ?? await _browser.NewContextAsync(); 153foreach (var context in _browser!.Contexts) 243if (_browser != null) 247await _browser.CloseAsync();