5 references to Dispatcher
Microsoft.AspNetCore.Components (5)
ComponentBase.cs (2)
206=> _renderHandle.Dispatcher.InvokeAsync(workItem); 214=> _renderHandle.Dispatcher.InvokeAsync(workItem);
RenderHandle.cs (1)
113return Dispatcher.InvokeAsync(() => renderer!.HandleComponentException(exception, componentId));
Sections\SectionContent.cs (1)
40_registry = renderHandle.Dispatcher.SectionRegistry;
Sections\SectionOutlet.cs (1)
36_registry = _renderHandle.Dispatcher.SectionRegistry;