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