1 override of EndInvokeDotNet
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
65protected override void EndInvokeDotNet(DotNetInvocationInfo invocationInfo, in DotNetInvocationResult invocationResult)
4 references to EndInvokeDotNet
Microsoft.JSInterop (4)
Infrastructure\DotNetDispatcher.cs (4)
112jsRuntime.EndInvokeDotNet(invocationInfo, new DotNetInvocationResult(syncException.SourceException, "InvocationFailure")); 137jsRuntime.EndInvokeDotNet(invocationInfo, dispatchResult); 148jsRuntime.EndInvokeDotNet(invocationInfo, dispatchResult); 153jsRuntime.EndInvokeDotNet(invocationInfo, new DotNetInvocationResult(resultJson));