Base:
property
Dispatcher
Microsoft.AspNetCore.Components.RenderTree.Renderer.Dispatcher
2 references to Dispatcher
Microsoft.AspNetCore.Components.Tests (2)
PersistentValueProviderComponentSubscriptionTests.cs (2)
262
await renderer.
Dispatcher
.InvokeAsync(() => renderer.RenderRootComponentAsync(componentId, ParameterView.Empty));
281
await renderer.
Dispatcher
.InvokeAsync(() => manager.RestoreStateAsync(new TestStore(newState), RestoreContext.ValueUpdate));