Base:
property
Dispatcher
Microsoft.AspNetCore.Components.RenderTree.Renderer.Dispatcher
3 writes to Dispatcher
Microsoft.AspNetCore.Components.Web.Tests (3)
src\Components\Shared\test\TestRenderer.cs (3)
19
Dispatcher
= dispatcher;
24
Dispatcher
= Dispatcher.CreateDefault();
30
Dispatcher
= Dispatcher.CreateDefault();
8 references to Dispatcher
Microsoft.AspNetCore.Components.Web.Tests (8)
Forms\InputBaseTest.cs (3)
390
await renderer.
Dispatcher
.InvokeAsync(rootComponent.EditContext.NotifyValidationStateChanged);
420
await renderer.
Dispatcher
.InvokeAsync(rootComponent.EditContext.NotifyValidationStateChanged);
521
await renderer.
Dispatcher
.InvokeAsync(rootComponent.EditContext.NotifyValidationStateChanged);
src\Components\Shared\test\TestRenderer.cs (5)
63
var task =
Dispatcher
.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters ?? ParameterView.Empty));
68
=>
Dispatcher
.InvokeAsync(() => base.RenderRootComponentAsync(componentId));
71
=>
Dispatcher
.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters));
74
=>
Dispatcher
.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, null, args));
77
=>
Dispatcher
.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, eventFieldInfo, args));