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)
88
await
_context
.Tracing.StopAsync(new() { Path = tracePath }).ConfigureAwait(false);
93
await
_context
.Tracing.StopAsync().ConfigureAwait(false); // discard
99
var pages =
_context
.Pages.ToList();
100
await
_context
.CloseAsync().ConfigureAwait(false); // flushes video to disk