1 write to Context
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\TracedContext.cs (1)
36Context = context;
4 references to Context
Microsoft.AspNetCore.Components.Testing (4)
Infrastructure\TracedContext.cs (4)
11/// convenience method and exposes the underlying <see cref="Context"/> property for full API access. 21/// C# does not allow implicit conversions to interfaces, so use <see cref="Context"/> 44public void Deconstruct(out IBrowserContext context) => context = Context; 50public Task<IPage> NewPageAsync() => Context.NewPageAsync();