4 references to Default
Microsoft.JSInterop (3)
JSInProcessRuntime.cs (1)
55
=> InvokeJS(identifier, argsJson, JSCallResultType.
Default
, 0);
JSRuntime.cs (1)
158
=> BeginInvokeJS(taskId, identifier, argsJson, JSCallResultType.
Default
, 0);
src\Shared\JSInterop\JSCallResultTypeHelper.cs (1)
33
return JSCallResultType.
Default
;
Microsoft.JSInterop.WebAssembly (1)
src\Shared\JSInterop\JSCallResultTypeHelper.cs (1)
33
return JSCallResultType.
Default
;