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();
153
foreach (var context in
_browser
!.Contexts)
243
if (
_browser
!= null)
247
await
_browser
.CloseAsync();