4 instantiations of DotNetInvocationInfo
Microsoft.AspNetCore.Components.Server (1)
Microsoft.AspNetCore.Components.WebAssembly (2)
Microsoft.AspNetCore.Components.WebView (1)
17 references to DotNetInvocationInfo
Microsoft.AspNetCore.Components.Server (4)
Microsoft.AspNetCore.Components.WebAssembly (2)
Microsoft.AspNetCore.Components.WebView (1)
Microsoft.JSInterop (9)
Infrastructure\DotNetDispatcher.cs (6)
42/// <param name="invocationInfo">The <see cref="DotNetInvocationInfo"/>.</param>
46public static string? Invoke(JSRuntime jsRuntime, in DotNetInvocationInfo invocationInfo, [StringSyntax(StringSyntaxAttribute.Json)] string argsJson)
72/// <param name="invocationInfo">The <see cref="DotNetInvocationInfo"/>.</param>
76public static void BeginInvokeDotNet(JSRuntime jsRuntime, DotNetInvocationInfo invocationInfo, [StringSyntax(StringSyntaxAttribute.Json)] string argsJson)
144private static void EndInvokeDotNetAfterTask(Task task, JSRuntime jsRuntime, in DotNetInvocationInfo invocationInfo, bool isNonGenericTask)
166private static object? InvokeSynchronously(JSRuntime jsRuntime, in DotNetInvocationInfo callInfo, IDotNetObjectReference? objectReference, string argsJson, out Type? returnType)
Microsoft.JSInterop.WebAssembly (1)