3 writes to _context
Microsoft.VisualStudioCode.Razor.IntegrationTests (3)
Services\PlaywrightService.cs (3)
126_context = _page.Context; 132_context = _browser.Contexts.FirstOrDefault() ?? await _browser.NewContextAsync(); 240_context = null;
4 references to _context
Microsoft.VisualStudioCode.Razor.IntegrationTests (4)
Services\PlaywrightService.cs (4)
133_page = _context.Pages.FirstOrDefault() ?? await _context.NewPageAsync(); 229if (_context != null) 233await _context.CloseAsync();