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