1 write to _dispatcher
Microsoft.AspNetCore.Components.WebView (1)
IpcSender.cs (1)
20
_dispatcher
= dispatcher;
3 references to _dispatcher
Microsoft.AspNetCore.Components.WebView (3)
IpcSender.cs (3)
81
_dispatcher
.InvokeAsync(() => _messageDispatcher(message));
84
_dispatcher
.InvokeAsync(() => ExceptionDispatchInfo.Capture(exception).Throw());
89
NotifyErrors(
_dispatcher
.InvokeAsync(() => _messageDispatcher(message)));