1 instantiation of JSFunctionBinding
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (1)
134
var signature = new
JSFunctionBinding
238 references to JSFunctionBinding
Microsoft.AspNetCore.Components.WebAssembly (83)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JSExports.g.cs (5)
24
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindManagedFunction("[Microsoft.AspNetCore.Components.WebAssembly]Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime:InvokeDotNet", 10580945, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int52, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
25
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindManagedFunction("[Microsoft.AspNetCore.Components.WebAssembly]Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime:EndInvokeJS", 92020726, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
26
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindManagedFunction("[Microsoft.AspNetCore.Components.WebAssembly]Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime:BeginInvokeDotNet", 1855805417, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
27
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindManagedFunction("[Microsoft.AspNetCore.Components.WebAssembly]Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime:UpdateRootComponentsCore", 677461511, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
28
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindManagedFunction("[Microsoft.AspNetCore.Components.WebAssembly]Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime:ReceiveByteArrayFromJS", 1130394556, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Array(global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Byte)]);
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JSImports.g.cs (78)
16
__signature_LoadSatelliteAssemblies_265335763 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.loadSatelliteAssemblies", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Task(), global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Array(global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String)]);
46
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_LoadSatelliteAssemblies_265335763, __arguments_buffer);
52
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_LoadSatelliteAssemblies_265335763;
70
__signature_GetApplicationCulture_1310674786 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.getApplicationCulture", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
96
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetApplicationCulture_1310674786, __arguments_buffer);
102
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetApplicationCulture_1310674786;
118
__signature_RenderBatch_1810107180 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.renderBatch", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.IntPtr]);
144
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_RenderBatch_1810107180, [____arg_exception_native, ____arg_return_native, __id_native, __batch_native]);
149
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_RenderBatch_1810107180;
164
__signature_RenderBatchOutOfProcess_1130394556 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.renderBatchOutOfProcess", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Array(global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Byte)]);
190
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_RenderBatchOutOfProcess_1130394556, [____arg_exception_native, ____arg_return_native, __rendererId_native, __batchData_native]);
195
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_RenderBatchOutOfProcess_1130394556;
210
__signature_GetPersistedStateCore_1310674786 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.getPersistedState", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
236
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetPersistedStateCore_1310674786, __arguments_buffer);
242
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetPersistedStateCore_1310674786;
257
__signature_GetInitialUpdateCore_1684317047 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.getInitialComponentsUpdate", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Task(global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String)]);
286
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetInitialUpdateCore_1684317047, __arguments_buffer);
292
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetInitialUpdateCore_1684317047;
307
__signature_GetApplicationEnvironmentCore_1310674786 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.getApplicationEnvironment", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
333
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetApplicationEnvironmentCore_1310674786, __arguments_buffer);
339
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetApplicationEnvironmentCore_1310674786;
354
__signature_GetApplicationCultureCore_1310674786 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.getApplicationCulture", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
380
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetApplicationCultureCore_1310674786, __arguments_buffer);
386
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetApplicationCultureCore_1310674786;
401
__signature_AttachRootComponentToElementCore_1952564246 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.attachRootComponentToElement", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
430
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_AttachRootComponentToElementCore_1952564246, [____arg_exception_native, ____arg_return_native, __domElementSelector_native, __componentId_native, __rendererId_native]);
435
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_AttachRootComponentToElementCore_1952564246;
450
__signature_EndUpdateRootComponentsCore_1559615777 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.endUpdateRootComponents", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int52]);
473
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_EndUpdateRootComponentsCore_1559615777, [____arg_exception_native, ____arg_return_native, __batchId_native]);
478
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_EndUpdateRootComponentsCore_1559615777;
493
__signature_NavigationManager_EnableNavigationInterceptionCore_1521571026 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.navigationManager.enableNavigationInterception", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
516
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_NavigationManager_EnableNavigationInterceptionCore_1521571026, [____arg_exception_native, ____arg_return_native, __rendererId_native]);
521
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_NavigationManager_EnableNavigationInterceptionCore_1521571026;
536
__signature_NavigationManager_ScrollToElementCore_92020726 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.navigationManager.scrollToElement", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
559
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_NavigationManager_ScrollToElementCore_92020726, [____arg_exception_native, ____arg_return_native, __id_native]);
564
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_NavigationManager_ScrollToElementCore_92020726;
579
__signature_NavigationManager_GetLocationHrefCore_1310674786 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.navigationManager.getLocationHref", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
605
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_NavigationManager_GetLocationHrefCore_1310674786, __arguments_buffer);
611
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_NavigationManager_GetLocationHrefCore_1310674786;
626
__signature_NavigationManager_GetBaseUriCore_1310674786 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.navigationManager.getBaseURI", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
652
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_NavigationManager_GetBaseUriCore_1310674786, __arguments_buffer);
658
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_NavigationManager_GetBaseUriCore_1310674786;
673
__signature_NavigationManager_SetHasLocationChangingListenersCore_851721148 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.navigationManager.setHasLocationChangingListeners", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Boolean]);
699
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_NavigationManager_SetHasLocationChangingListenersCore_851721148, [____arg_exception_native, ____arg_return_native, __rendererId_native, __value_native]);
704
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_NavigationManager_SetHasLocationChangingListenersCore_851721148;
719
__signature_RegisteredComponents_GetRegisteredComponentsCountCore_610878 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.registeredComponents.getRegisteredComponentsCount", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
745
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_RegisteredComponents_GetRegisteredComponentsCountCore_610878, __arguments_buffer);
751
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_RegisteredComponents_GetRegisteredComponentsCountCore_610878;
766
__signature_RegisteredComponents_GetAssemblyCore_1859881935 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.registeredComponents.getAssembly", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
796
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_RegisteredComponents_GetAssemblyCore_1859881935, __arguments_buffer);
802
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_RegisteredComponents_GetAssemblyCore_1859881935;
817
__signature_RegisteredComponents_GetTypeNameCore_1859881935 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.registeredComponents.getTypeName", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
847
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_RegisteredComponents_GetTypeNameCore_1859881935, __arguments_buffer);
853
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_RegisteredComponents_GetTypeNameCore_1859881935;
868
__signature_RegisteredComponents_GetParameterDefinitionsCore_1859881935 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.registeredComponents.getParameterDefinitions", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
898
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_RegisteredComponents_GetParameterDefinitionsCore_1859881935, __arguments_buffer);
904
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_RegisteredComponents_GetParameterDefinitionsCore_1859881935;
919
__signature_RegisteredComponents_GetParameterValuesCore_1859881935 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.registeredComponents.getParameterValues", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
949
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_RegisteredComponents_GetParameterValuesCore_1859881935, __arguments_buffer);
955
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_RegisteredComponents_GetParameterValuesCore_1859881935;
972
__signature_LoadLazyAssembly_1884603917 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.loadLazyAssembly", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Task(global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Boolean), global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
1005
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_LoadLazyAssembly_1884603917, __arguments_buffer);
1011
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_LoadLazyAssembly_1884603917;
1027
__signature_ConsoleDebug_92020726 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("globalThis.console.debug", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
1050
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_ConsoleDebug_92020726, [____arg_exception_native, ____arg_return_native, __message_native]);
1055
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_ConsoleDebug_92020726;
1070
__signature_ConsoleInfo_92020726 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("globalThis.console.info", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
1093
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_ConsoleInfo_92020726, [____arg_exception_native, ____arg_return_native, __message_native]);
1098
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_ConsoleInfo_92020726;
1113
__signature_ConsoleWarn_92020726 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("globalThis.console.warn", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
1136
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_ConsoleWarn_92020726, [____arg_exception_native, ____arg_return_native, __message_native]);
1141
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_ConsoleWarn_92020726;
1156
__signature_ConsoleError_92020726 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("globalThis.console.error", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
1179
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_ConsoleError_92020726, [____arg_exception_native, ____arg_return_native, __message_native]);
1184
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_ConsoleError_92020726;
1199
__signature_DotNetCriticalError_92020726 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.dotNetCriticalError", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
1222
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_DotNetCriticalError_92020726, [____arg_exception_native, ____arg_return_native, __message_native]);
1227
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_DotNetCriticalError_92020726;
Microsoft.DotNet.HotReload.WebAssembly.Browser (3)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JSExports.g.cs (3)
22
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindManagedFunction("[Microsoft.DotNet.HotReload.WebAssembly.Browser]Microsoft.DotNet.HotReload.WebAssembly.Browser.WebAssemblyHotReload:InitializeAsync", 1997859317, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Task(), global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
23
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindManagedFunction("[Microsoft.DotNet.HotReload.WebAssembly.Browser]Microsoft.DotNet.HotReload.WebAssembly.Browser.WebAssemblyHotReload:GetApplyUpdateCapabilities", 1310674786, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
24
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindManagedFunction("[Microsoft.DotNet.HotReload.WebAssembly.Browser]Microsoft.DotNet.HotReload.WebAssembly.Browser.WebAssemblyHotReload:ApplyHotReloadDeltas", 146925470, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
Microsoft.JSInterop (3)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JSImports.g.cs (3)
14
__signature_DisposeJSObjectReferenceById_1559615777 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("globalThis.DotNet.disposeJSObjectReferenceById", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int52]);
37
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_DisposeJSObjectReferenceById_1559615777, [____arg_exception_native, ____arg_return_native, __id_native]);
42
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_DisposeJSObjectReferenceById_1559615777;
Microsoft.JSInterop.WebAssembly (9)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JSImports.g.cs (9)
14
__signature_InvokeJSJson_1668708194 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.invokeJSJson", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int52, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int52, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
59
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_InvokeJSJson_1668708194, __arguments_buffer);
65
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_InvokeJSJson_1668708194;
80
__signature_EndInvokeDotNetFromJS_1915558769 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.endInvokeDotNetFromJS", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Boolean, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
109
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_EndInvokeDotNetFromJS_1915558769, [____arg_exception_native, ____arg_return_native, __id_native, __success_native, __jsonOrError_native]);
114
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_EndInvokeDotNetFromJS_1915558769;
129
__signature_ReceiveByteArray_1130394556 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("Blazor._internal.receiveByteArray", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Array(global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Byte)]);
155
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_ReceiveByteArray_1130394556, [____arg_exception_native, ____arg_return_native, __id_native, __data_native]);
160
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_ReceiveByteArray_1130394556;
System.Net.WebSockets.Client (21)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JSImports.g.cs (21)
14
__signature_WebSocketGetState_2008393274 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.wsGetState", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject]);
44
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_WebSocketGetState_2008393274, __arguments_buffer);
50
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_WebSocketGetState_2008393274;
65
__signature_WebSocketCreate_2009160730 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.wsCreate", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Array(global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String), global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.IntPtr]);
101
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_WebSocketCreate_2009160730, __arguments_buffer);
107
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_WebSocketCreate_2009160730;
122
__signature_WebSocketOpen_19605218 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.wsOpen", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Task(), global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject]);
152
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_WebSocketOpen_19605218, __arguments_buffer);
158
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_WebSocketOpen_19605218;
173
__signature_WebSocketSend_505915319 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.wsSend", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Task(), global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.IntPtr, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Boolean]);
215
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_WebSocketSend_505915319, __arguments_buffer);
221
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_WebSocketSend_505915319;
236
__signature_WebSocketReceive_1171878302 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.wsReceive", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Task(), global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.IntPtr, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
272
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_WebSocketReceive_1171878302, __arguments_buffer);
278
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_WebSocketReceive_1171878302;
293
__signature_WebSocketClose_1556996162 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.wsClose", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Task(), global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Boolean]);
332
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_WebSocketClose_1556996162, __arguments_buffer);
338
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_WebSocketClose_1556996162;
353
__signature_WebSocketAbort_2131037353 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.wsAbort", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject]);
376
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_WebSocketAbort_2131037353, [____arg_exception_native, ____arg_return_native, __webSocket_native]);
381
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_WebSocketAbort_2131037353;
System.Runtime.InteropServices.JavaScript (119)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JSImports.g.cs (54)
14
__signature_HasProperty_393970128 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.hasProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Boolean, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
47
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_HasProperty_393970128, __arguments_buffer);
53
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_HasProperty_393970128;
68
__signature_GetTypeOfProperty_1139574135 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.getTypeOfProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
101
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetTypeOfProperty_1139574135, __arguments_buffer);
107
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetTypeOfProperty_1139574135;
122
__signature_GetPropertyAsBoolean_393970128 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.getProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Boolean, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
155
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetPropertyAsBoolean_393970128, __arguments_buffer);
161
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetPropertyAsBoolean_393970128;
176
__signature_GetPropertyAsInt32_1813830729 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.getProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
209
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetPropertyAsInt32_1813830729, __arguments_buffer);
215
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetPropertyAsInt32_1813830729;
230
__signature_GetPropertyAsDouble_705601847 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.getProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Double, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
263
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetPropertyAsDouble_705601847, __arguments_buffer);
269
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetPropertyAsDouble_705601847;
284
__signature_GetPropertyAsString_1139574135 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.getProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
317
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetPropertyAsString_1139574135, __arguments_buffer);
323
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetPropertyAsString_1139574135;
338
__signature_GetPropertyAsJSObject_1480020778 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.getProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
371
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetPropertyAsJSObject_1480020778, __arguments_buffer);
377
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetPropertyAsJSObject_1480020778;
392
__signature_GetPropertyAsByteArray_657551312 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.getProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Array(global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Byte), global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
425
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetPropertyAsByteArray_657551312, __arguments_buffer);
431
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetPropertyAsByteArray_657551312;
446
__signature_SetPropertyBool_125660004 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.setProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Boolean]);
475
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_SetPropertyBool_125660004, [____arg_exception_native, ____arg_return_native, __self_native, __propertyName_native, __value_native]);
480
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_SetPropertyBool_125660004;
495
__signature_SetPropertyInt_512418141 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.setProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
524
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_SetPropertyInt_512418141, [____arg_exception_native, ____arg_return_native, __self_native, __propertyName_native, __value_native]);
529
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_SetPropertyInt_512418141;
544
__signature_SetPropertyDouble_1393852235 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.setProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Double]);
573
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_SetPropertyDouble_1393852235, [____arg_exception_native, ____arg_return_native, __self_native, __propertyName_native, __value_native]);
578
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_SetPropertyDouble_1393852235;
593
__signature_SetPropertyString_1189495691 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.setProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
622
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_SetPropertyString_1189495691, [____arg_exception_native, ____arg_return_native, __self_native, __propertyName_native, __value_native]);
627
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_SetPropertyString_1189495691;
642
__signature_SetPropertyJSObject_2027749310 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.setProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject]);
671
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_SetPropertyJSObject_2027749310, [____arg_exception_native, ____arg_return_native, __self_native, __propertyName_native, __value_native]);
676
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_SetPropertyJSObject_2027749310;
691
__signature_SetPropertyBytes_1317820772 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.setProperty", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Array(global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Byte)]);
720
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_SetPropertyBytes_1317820772, [____arg_exception_native, ____arg_return_native, __self_native, __propertyName_native, __value_native]);
725
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_SetPropertyBytes_1317820772;
740
__signature_GetGlobalThis_1202228629 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.getGlobalThis", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject]);
766
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetGlobalThis_1202228629, __arguments_buffer);
772
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetGlobalThis_1202228629;
787
__signature_GetDotnetInstance_1202228629 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.getDotnetInstance", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject]);
813
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_GetDotnetInstance_1202228629, __arguments_buffer);
819
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_GetDotnetInstance_1202228629;
834
__signature_DynamicImport_119536130 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.dynamicImport", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Task(global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.JSObject), global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
870
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_DynamicImport_119536130, __arguments_buffer);
876
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_DynamicImport_119536130;
891
__signature_BindCSFunction_1080107758 = global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.BindJSFunction("INTERNAL.bindCsFunction", null, [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Discard, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.IntPtr, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32, global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.IntPtr]);
932
global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
.InvokeJS(__signature_BindCSFunction_1080107758, [____arg_exception_native, ____arg_return_native, __methodHandle_native, __assemblyName_native, __namespaceName_native, __shortClassName_native, __methodName_native, __signatureHash_native, __signature_native]);
937
static global::System.Runtime.InteropServices.JavaScript.
JSFunctionBinding
__signature_BindCSFunction_1080107758;
System\Runtime\InteropServices\JavaScript\JSFunctionBinding.cs (7)
157
public static void InvokeJS(
JSFunctionBinding
signature, Span<JSMarshalerArgument> arguments)
173
public static
JSFunctionBinding
BindJSFunction(string functionName, string moduleName, ReadOnlySpan<JSMarshalerType> signatures)
190
public static
JSFunctionBinding
BindManagedFunction(string fullyQualifiedName, int signatureHash, ReadOnlySpan<JSMarshalerType> signatures)
287
internal static unsafe void InvokeJSImportImpl(
JSFunctionBinding
signature, Span<JSMarshalerArgument> arguments)
367
internal static unsafe void InvokeJSImportCurrent(
JSFunctionBinding
signature, Span<JSMarshalerArgument> arguments)
433
internal static unsafe
JSFunctionBinding
BindJSImportImpl(string functionName, string moduleName, ReadOnlySpan<JSMarshalerType> signatures)
435
var
signature = JSHostImplementation.GetMethodSignature(signatures, functionName, moduleName);
System\Runtime\InteropServices\JavaScript\JSHostImplementation.CoreCLR.cs (2)
40
public static unsafe
JSFunctionBinding
BindManagedFunction(string fullyQualifiedName, int signatureHash, ReadOnlySpan<JSMarshalerType> signatures)
72
var
signature = GetMethodSignature(signatures, null, null);
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (10)
109
public static unsafe
JSFunctionBinding
GetMethodSignature(ReadOnlySpan<JSMarshalerType> types, string? functionName, string? moduleName)
112
int size = checked(
JSFunctionBinding
.JSBindingHeader.JSMarshalerSignatureHeaderSize + ((argsCount + 2) * sizeof(
JSFunctionBinding
.JSBindingType)));
134
var
signature = new JSFunctionBinding
136
Header = (
JSFunctionBinding
.JSBindingHeader*)buffer,
137
Sigs = (
JSFunctionBinding
.JSBindingType*)(buffer +
JSFunctionBinding
.JSBindingHeader.JSMarshalerSignatureHeaderSize + (2 * sizeof(
JSFunctionBinding
.JSBindingType))),
147
signature.ImportHandle = (int)
JSFunctionBinding
.nextImportHandle++;
184
public static unsafe void FreeMethodSignatureBuffer(
JSFunctionBinding
signature)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (35)
17
internal
JSFunctionBinding
.JSBindingType _signatureType;
24
private JSMarshalerType(
JSFunctionBinding
.JSBindingType signatureType)
33
public static JSMarshalerType Void { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
42
public static JSMarshalerType Discard { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
51
public static JSMarshalerType DiscardNoWait { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
60
public static JSMarshalerType Boolean { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
69
public static JSMarshalerType Byte { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
78
public static JSMarshalerType Char { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
87
public static JSMarshalerType Int16 { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
97
public static JSMarshalerType Int32 { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
106
public static JSMarshalerType Int52 { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
115
public static JSMarshalerType BigInt64 { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
124
public static JSMarshalerType Double { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
133
public static JSMarshalerType Single { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
142
public static JSMarshalerType IntPtr { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
151
public static JSMarshalerType JSObject { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
160
public static JSMarshalerType Object { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
169
public static JSMarshalerType String { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
178
public static JSMarshalerType Exception { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
187
public static JSMarshalerType DateTime { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
196
public static JSMarshalerType DateTimeOffset { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
209
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
216
private static JSMarshalerType _task { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
238
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
253
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
271
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
287
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
294
private static JSMarshalerType _action { get; } = new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
316
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
333
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
353
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
370
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
387
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
407
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
430
return new JSMarshalerType(new
JSFunctionBinding
.JSBindingType
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Func.cs (8)
35
JSFunctionBinding
.InvokeJSFunction(JSObject, arguments);
71
JSFunctionBinding
.InvokeJSFunction(JSObject, arguments);
111
JSFunctionBinding
.InvokeJSFunction(JSObject, arguments);
156
JSFunctionBinding
.InvokeJSFunction(JSObject, arguments);
273
JSFunctionBinding
.InvokeJSFunction(JSObject, arguments);
314
JSFunctionBinding
.InvokeJSFunction(JSObject, arguments);
358
JSFunctionBinding
.InvokeJSFunction(JSObject, arguments);
407
JSFunctionBinding
.InvokeJSFunction(JSObject, arguments);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Task.cs (3)
476
JSFunctionBinding
.ResolveOrRejectPromise(holder.ProxyContext, args);
510
JSFunctionBinding
.ResolveOrRejectPromise(holder.ProxyContext, args);
545
JSFunctionBinding
.ResolveOrRejectPromise(holder.ProxyContext, args);