1 write to _context
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContextDispatcher.cs (1)
12_context = new RendererSynchronizationContext();
6 references to _context
Microsoft.AspNetCore.Components (6)
Rendering\RendererSynchronizationContextDispatcher.cs (6)
13_context.UnhandledException += (sender, e) => 19public override bool CheckAccess() => SynchronizationContext.Current == _context; 30return _context.InvokeAsync(workItem); 41return _context.InvokeAsync(workItem); 52return _context.InvokeAsync<TResult>(workItem); 63return _context.InvokeAsync<TResult>(workItem);