11 references to BeginInvokeDotNet
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
379
DotNetDispatcher.
BeginInvokeDotNet
(JSRuntime, invocationInfo, argsJson);
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\DefaultWebAssemblyJSRuntime.cs (1)
91
DotNetDispatcher.
BeginInvokeDotNet
(Instance, state.callInfo, state.argsJson);
Microsoft.AspNetCore.Components.WebView (1)
IpcReceiver.cs (1)
77
DotNetDispatcher.
BeginInvokeDotNet
(
Microsoft.JSInterop.Tests (8)
Infrastructure\DotNetDispatcherTest.cs (8)
218
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(null, "__Dispose", objectRef.ObjectId, default), null);
603
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(null, "InvokableAsyncMethod", 1, callId), argsJson);
642
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(null,
666
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(null,
684
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(thisAssemblyName, nameof(ThrowingClass.ThrowingMethod), default, callId), default);
706
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(thisAssemblyName, nameof(ThrowingClass.AsyncThrowingMethod), default, callId), default);
726
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(thisAssemblyName, "InvocableStaticWithParams", default, callId), "<xml>not json</xml>");
744
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(null, "InvokableInstanceVoid", 1, callId), null);