3 references to Dispatcher
Microsoft.AspNetCore.Components (3)
ComponentBase.cs (2)
206=> _renderHandle.Dispatcher.InvokeAsync(workItem); 214=> _renderHandle.Dispatcher.InvokeAsync(workItem);
RenderHandle.cs (1)
117return Dispatcher.InvokeAsync(() => renderer!.HandleComponentException(exception, componentId));