11 references to BeginInvokeDotNet
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
389
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)
219
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(null, "__Dispose", objectRef.ObjectId, default), null);
640
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(null, "InvokableAsyncMethod", 1, callId), argsJson);
679
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(null,
703
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(null,
721
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(thisAssemblyName, nameof(ThrowingClass.ThrowingMethod), default, callId), default);
743
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(thisAssemblyName, nameof(ThrowingClass.AsyncThrowingMethod), default, callId), default);
763
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(thisAssemblyName, "InvocableStaticWithParams", default, callId), "<xml>not json</xml>");
781
DotNetDispatcher.
BeginInvokeDotNet
(jsRuntime, new DotNetInvocationInfo(null, "InvokableInstanceVoid", 1, callId), null);