Base:
property
Dispatcher
Microsoft.AspNetCore.Components.RenderTree.Renderer.Dispatcher
8 references to Dispatcher
Microsoft.AspNetCore.Components.Endpoints (5)
RazorComponentEndpointInvoker.cs (1)
33
return _renderer.
Dispatcher
.InvokeAsync(() => RenderComponentCore(context));
Rendering\EndpointHtmlRenderer.Prerendering.cs (3)
122
var htmlRootComponent = await
Dispatcher
.InvokeAsync(() => BeginRenderingComponent(rootComponent, parameters));
123
var result = new PrerenderedComponentHtmlContent(
Dispatcher
, htmlRootComponent);
148
var result = new PrerenderedComponentHtmlContent(
Dispatcher
, component);
Results\RazorComponentResultExecutor.cs (1)
48
return endpointHtmlRenderer.
Dispatcher
.InvokeAsync(async () =>
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
EndpointHtmlRendererTest.cs (1)
683
var content = await renderer.
Dispatcher
.InvokeAsync(() => HtmlContentToString(result));
Microsoft.AspNetCore.Components.Web (2)
HtmlRendering\HtmlRenderer.cs (1)
41
public Dispatcher Dispatcher => _passiveHtmlRenderer.
Dispatcher
;
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
37
Dispatcher
.AssertAccess();