Base:
property
Dispatcher
Microsoft.AspNetCore.Components.RenderTree.Renderer.Dispatcher
2 writes to Dispatcher
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
ImportMapTest.cs (2)
252Dispatcher = Dispatcher.CreateDefault(); 258Dispatcher = Dispatcher.CreateDefault();
13 references to Dispatcher
Microsoft.AspNetCore.Components.Endpoints.Tests (13)
ImportMapTest.cs (13)
63await _renderer.Dispatcher.InvokeAsync(() => _renderer.RenderRootComponent(id)); 110await _renderer.Dispatcher.InvokeAsync(() => _renderer.RenderRootComponent(id)); 164await _renderer.Dispatcher.InvokeAsync(() => _renderer.RenderRootComponent(id)); 167await _renderer.Dispatcher.InvokeAsync(async () => 175await _renderer.Dispatcher.InvokeAsync(_renderer.ProcessPendingRender); 220await _renderer.Dispatcher.InvokeAsync(() => _renderer.RenderRootComponent(id)); 223await _renderer.Dispatcher.InvokeAsync(async () => 231await _renderer.Dispatcher.InvokeAsync(_renderer.ProcessPendingRender); 296var task = Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters ?? ParameterView.Empty)); 301=> Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId)); 304=> Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters)); 307=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, null, args)); 310=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, eventFieldInfo, args));