1 write to _ipcSender
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
26
_ipcSender
= ipcSender;
4 references to _ipcSender
Microsoft.AspNetCore.Components.WebView (4)
Services\WebViewJSRuntime.cs (4)
48
if (
_ipcSender
is null)
53
_ipcSender
.BeginInvokeJS(invocationInfo);
61
_ipcSender
.EndInvokeDotNet(invocationInfo.CallId, invocationResult.Success, resultJsonOrErrorMessage);
66
_ipcSender
.SendByteArray(id, data);