4 references to ReceiveByteArray
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
438DotNetDispatcher.ReceiveByteArray(JSRuntime, id, data);
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\DefaultWebAssemblyJSRuntime.cs (1)
156DotNetDispatcher.ReceiveByteArray(Instance, id, data);
Microsoft.AspNetCore.Components.WebView (1)
IpcReceiver.cs (1)
90DotNetDispatcher.ReceiveByteArray(pageContext.JSRuntime, id, data);
Microsoft.JSInterop.Tests (1)
Infrastructure\DotNetDispatcherTest.cs (1)
845DotNetDispatcher.ReceiveByteArray(jsRuntime, 0, byteArray);