4 overrides of InvokeJS
Microsoft.JSInterop.Tests (3)
Infrastructure\DotNetDispatcherTest.cs (1)
1046
protected override string
InvokeJS
(string identifier, string argsJson, JSCallResultType resultType, long targetInstanceId)
JSInProcessRuntimeTest.cs (1)
98
protected override string?
InvokeJS
(string identifier, string? argsJson, JSCallResultType resultType, long targetInstanceId)
JSObjectReferenceTest.cs (1)
90
protected override string?
InvokeJS
(string identifier, string? argsJson, JSCallResultType resultType, long targetInstanceId)
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
26
protected override string
InvokeJS
(string identifier, [StringSyntax(StringSyntaxAttribute.Json)] string? argsJson, JSCallResultType resultType, long targetInstanceId)
2 references to InvokeJS
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (2)
18
var resultJson =
InvokeJS
(
55
=>
InvokeJS
(identifier, argsJson, JSCallResultType.Default, 0);