4 overrides of InvokeJS
Microsoft.JSInterop.Tests (3)
Infrastructure\DotNetDispatcherTest.cs (1)
1107protected override string InvokeJS(string identifier, string argsJson, JSCallResultType resultType, long targetInstanceId)
JSInProcessRuntimeTest.cs (1)
99protected override string? InvokeJS(string identifier, string? argsJson, JSCallResultType resultType, long targetInstanceId)
JSObjectReferenceTest.cs (1)
108protected override string? InvokeJS(string identifier, string? argsJson, JSCallResultType resultType, long targetInstanceId)
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
26protected override string InvokeJS(string identifier, [StringSyntax(StringSyntaxAttribute.Json)] string? argsJson, JSCallResultType resultType, long targetInstanceId)
1 reference to InvokeJS
Microsoft.JSInterop (1)
JSInProcessRuntime.cs (1)
81=> InvokeJS(identifier, argsJson, JSCallResultType.Default, WindowObjectId);