1 instantiation of TracedContext
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\PlaywrightExtensions.cs (1)
116return new TracedContext(context, session);
3 references to TracedContext
Microsoft.AspNetCore.Components.Testing (3)
Infrastructure\PlaywrightExtensions.cs (3)
90/// and active tracing. Returns a <see cref="TracedContext"/> that wraps the context and tracing session. 99/// <returns>A <see cref="TracedContext"/> wrapping the browser context and tracing session.</returns> 100public static async Task<TracedContext> NewTracedContextAsync(