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