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