1 write to _context
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\TracingSession.cs (1)
36_context = context;
4 references to _context
Microsoft.AspNetCore.Components.Testing (4)
Infrastructure\TracingSession.cs (4)
76await _context.Tracing.StopAsync(new() { Path = tracePath }).ConfigureAwait(false); 80await _context.Tracing.StopAsync().ConfigureAwait(false); // discard 86var pages = _context.Pages.ToList(); 87await _context.CloseAsync().ConfigureAwait(false); // flushes video to disk