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();
229
if (
_context
!= null)
233
await
_context
.CloseAsync();