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)
33if (_ipcSender is null) 38_ipcSender.BeginInvokeJS(taskId, identifier, argsJson, resultType, targetInstanceId); 46_ipcSender.EndInvokeDotNet(invocationInfo.CallId, invocationResult.Success, resultJsonOrErrorMessage); 51_ipcSender.SendByteArray(id, data);