2 references to InvokeJSJson
Microsoft.JSInterop.WebAssembly (2)
WebAssemblyJSRuntime.cs (2)
30return InternalCalls.InvokeJSJson(identifier, targetInstanceId, (int)resultType, argsJson ?? "[]", 0); 41InternalCalls.InvokeJSJson(identifier, targetInstanceId, (int)resultType, argsJson ?? "[]", asyncHandle);