|
// <auto-generated/>
namespace Microsoft.AspNetCore.Components.WebAssembly.Hosting
{
internal unsafe partial class WebAssemblyCultureProvider
{
private unsafe partial class WebAssemblyCultureProviderInterop
{
[global::System.Diagnostics.DebuggerNonUserCode]
public static partial global::System.Threading.Tasks.Task LoadSatelliteAssemblies(string[] culturesToLoad)
{
if (__signature_LoadSatelliteAssemblies_265335763 == null)
{
__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)]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __culturesToLoad_native;
global::System.Threading.Tasks.Task __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __culturesToLoad_native);
// Marshal - Convert managed data to native data.
__culturesToLoad_native.ToJS(culturesToLoad);
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native, __culturesToLoad_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __culturesToLoad_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native, __culturesToLoad_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_LoadSatelliteAssemblies_265335763, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_LoadSatelliteAssemblies_265335763;
}
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Hosting
{
internal unsafe partial class WebAssemblyCultureProvider
{
private unsafe partial class WebAssemblyCultureProviderInterop
{
[global::System.Diagnostics.DebuggerNonUserCode]
public static partial string GetApplicationCulture()
{
if (__signature_GetApplicationCulture_1310674786 == null)
{
__signature_GetApplicationCulture_1310674786 = global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.BindJSFunction("Blazor._internal.getApplicationCulture", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
string __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_GetApplicationCulture_1310674786, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_GetApplicationCulture_1310674786;
}
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Rendering
{
internal sealed unsafe partial class WebAssemblyRenderer
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static unsafe partial void RenderBatch(int id, void* batch)
{
if (__signature_RenderBatch_1810107180 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __batch_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __batch_native);
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __id_native);
// Marshal - Convert managed data to native data.
__batch_native.ToJS(batch);
__id_native.ToJS(id);
{
__InvokeJSFunction(____arg_exception_native, ____arg_return_native, __id_native, __batch_native);
}
}
[global::System.Diagnostics.DebuggerNonUserCode]
void __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __batch_native)
{
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_RenderBatch_1810107180, [____arg_exception_native, ____arg_return_native, __id_native, __batch_native]);
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_RenderBatch_1810107180;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial string GetPersistedStateCore()
{
if (__signature_GetPersistedStateCore_1310674786 == null)
{
__signature_GetPersistedStateCore_1310674786 = global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.BindJSFunction("Blazor._internal.getPersistedState", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
string __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_GetPersistedStateCore_1310674786, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_GetPersistedStateCore_1310674786;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial global::System.Threading.Tasks.Task<string> GetInitialUpdateCore()
{
if (__signature_GetInitialUpdateCore_1684317047 == null)
{
__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)]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Threading.Tasks.Task<string> __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal, static (ref global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __task_result_arg, out string __task_result) =>
{
__task_result_arg.ToManaged(out __task_result);
});
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_GetInitialUpdateCore_1684317047, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_GetInitialUpdateCore_1684317047;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial string GetApplicationEnvironmentCore()
{
if (__signature_GetApplicationEnvironmentCore_1310674786 == null)
{
__signature_GetApplicationEnvironmentCore_1310674786 = global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.BindJSFunction("Blazor._internal.getApplicationEnvironment", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
string __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_GetApplicationEnvironmentCore_1310674786, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_GetApplicationEnvironmentCore_1310674786;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial string GetApplicationCultureCore()
{
if (__signature_GetApplicationCultureCore_1310674786 == null)
{
__signature_GetApplicationCultureCore_1310674786 = global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.BindJSFunction("Blazor._internal.getApplicationCulture", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
string __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_GetApplicationCultureCore_1310674786, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_GetApplicationCultureCore_1310674786;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial void AttachRootComponentToElementCore(string domElementSelector, int componentId, int rendererId)
{
if (__signature_AttachRootComponentToElementCore_1952564246 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __domElementSelector_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __componentId_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __rendererId_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __rendererId_native);
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __componentId_native);
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __domElementSelector_native);
// Marshal - Convert managed data to native data.
__rendererId_native.ToJS(rendererId);
__componentId_native.ToJS(componentId);
__domElementSelector_native.ToJS(domElementSelector);
{
__InvokeJSFunction(____arg_exception_native, ____arg_return_native, __domElementSelector_native, __componentId_native, __rendererId_native);
}
}
[global::System.Diagnostics.DebuggerNonUserCode]
void __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __domElementSelector_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __componentId_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __rendererId_native)
{
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_AttachRootComponentToElementCore_1952564246, [____arg_exception_native, ____arg_return_native, __domElementSelector_native, __componentId_native, __rendererId_native]);
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_AttachRootComponentToElementCore_1952564246;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial void EndUpdateRootComponentsCore(long batchId)
{
if (__signature_EndUpdateRootComponentsCore_1559615777 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __batchId_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __batchId_native);
// Marshal - Convert managed data to native data.
__batchId_native.ToJS(batchId);
{
__InvokeJSFunction(____arg_exception_native, ____arg_return_native, __batchId_native);
}
}
[global::System.Diagnostics.DebuggerNonUserCode]
void __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __batchId_native)
{
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_EndUpdateRootComponentsCore_1559615777, [____arg_exception_native, ____arg_return_native, __batchId_native]);
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_EndUpdateRootComponentsCore_1559615777;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial void NavigationManager_EnableNavigationInterceptionCore(int rendererId)
{
if (__signature_NavigationManager_EnableNavigationInterceptionCore_1521571026 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __rendererId_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __rendererId_native);
// Marshal - Convert managed data to native data.
__rendererId_native.ToJS(rendererId);
{
__InvokeJSFunction(____arg_exception_native, ____arg_return_native, __rendererId_native);
}
}
[global::System.Diagnostics.DebuggerNonUserCode]
void __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __rendererId_native)
{
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_NavigationManager_EnableNavigationInterceptionCore_1521571026, [____arg_exception_native, ____arg_return_native, __rendererId_native]);
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_NavigationManager_EnableNavigationInterceptionCore_1521571026;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial void NavigationManager_ScrollToElementCore(string id)
{
if (__signature_NavigationManager_ScrollToElementCore_92020726 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __id_native);
// Marshal - Convert managed data to native data.
__id_native.ToJS(id);
{
__InvokeJSFunction(____arg_exception_native, ____arg_return_native, __id_native);
}
}
[global::System.Diagnostics.DebuggerNonUserCode]
void __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native)
{
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_NavigationManager_ScrollToElementCore_92020726, [____arg_exception_native, ____arg_return_native, __id_native]);
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_NavigationManager_ScrollToElementCore_92020726;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial string NavigationManager_GetLocationHrefCore()
{
if (__signature_NavigationManager_GetLocationHrefCore_1310674786 == null)
{
__signature_NavigationManager_GetLocationHrefCore_1310674786 = global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.BindJSFunction("Blazor._internal.navigationManager.getLocationHref", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
string __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_NavigationManager_GetLocationHrefCore_1310674786, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_NavigationManager_GetLocationHrefCore_1310674786;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial string NavigationManager_GetBaseUriCore()
{
if (__signature_NavigationManager_GetBaseUriCore_1310674786 == null)
{
__signature_NavigationManager_GetBaseUriCore_1310674786 = global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.BindJSFunction("Blazor._internal.navigationManager.getBaseURI", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.String]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
string __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_NavigationManager_GetBaseUriCore_1310674786, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_NavigationManager_GetBaseUriCore_1310674786;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial void NavigationManager_SetHasLocationChangingListenersCore(int rendererId, bool value)
{
if (__signature_NavigationManager_SetHasLocationChangingListenersCore_851721148 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __rendererId_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __value_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __value_native);
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __rendererId_native);
// Marshal - Convert managed data to native data.
__value_native.ToJS(value);
__rendererId_native.ToJS(rendererId);
{
__InvokeJSFunction(____arg_exception_native, ____arg_return_native, __rendererId_native, __value_native);
}
}
[global::System.Diagnostics.DebuggerNonUserCode]
void __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __rendererId_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __value_native)
{
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_NavigationManager_SetHasLocationChangingListenersCore_851721148, [____arg_exception_native, ____arg_return_native, __rendererId_native, __value_native]);
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_NavigationManager_SetHasLocationChangingListenersCore_851721148;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial int RegisteredComponents_GetRegisteredComponentsCountCore()
{
if (__signature_RegisteredComponents_GetRegisteredComponentsCountCore_610878 == null)
{
__signature_RegisteredComponents_GetRegisteredComponentsCountCore_610878 = global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.BindJSFunction("Blazor._internal.registeredComponents.getRegisteredComponentsCount", "blazor-internal", [global::System.Runtime.InteropServices.JavaScript.JSMarshalerType.Int32]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
int __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_RegisteredComponents_GetRegisteredComponentsCountCore_610878, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_RegisteredComponents_GetRegisteredComponentsCountCore_610878;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial string RegisteredComponents_GetAssemblyCore(int id)
{
if (__signature_RegisteredComponents_GetAssemblyCore_1859881935 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native;
string __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __id_native);
// Marshal - Convert managed data to native data.
__id_native.ToJS(id);
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native, __id_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native, __id_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_RegisteredComponents_GetAssemblyCore_1859881935, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_RegisteredComponents_GetAssemblyCore_1859881935;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial string RegisteredComponents_GetTypeNameCore(int id)
{
if (__signature_RegisteredComponents_GetTypeNameCore_1859881935 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native;
string __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __id_native);
// Marshal - Convert managed data to native data.
__id_native.ToJS(id);
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native, __id_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native, __id_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_RegisteredComponents_GetTypeNameCore_1859881935, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_RegisteredComponents_GetTypeNameCore_1859881935;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial string RegisteredComponents_GetParameterDefinitionsCore(int id)
{
if (__signature_RegisteredComponents_GetParameterDefinitionsCore_1859881935 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native;
string __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __id_native);
// Marshal - Convert managed data to native data.
__id_native.ToJS(id);
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native, __id_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native, __id_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_RegisteredComponents_GetParameterDefinitionsCore_1859881935, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_RegisteredComponents_GetParameterDefinitionsCore_1859881935;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal unsafe partial class InternalJSImportMethods
{
[global::System.Diagnostics.DebuggerNonUserCode]
private static partial string RegisteredComponents_GetParameterValuesCore(int id)
{
if (__signature_RegisteredComponents_GetParameterValuesCore_1859881935 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native;
string __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __id_native);
// Marshal - Convert managed data to native data.
__id_native.ToJS(id);
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native, __id_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal);
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __id_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native, __id_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_RegisteredComponents_GetParameterValuesCore_1859881935, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_RegisteredComponents_GetParameterValuesCore_1859881935;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
public sealed unsafe partial class LazyAssemblyLoader
{
private unsafe partial class LazyAssemblyLoaderInterop
{
[global::System.Diagnostics.DebuggerNonUserCode]
public static partial global::System.Threading.Tasks.Task<bool> LoadLazyAssembly(string assemblyToLoad)
{
if (__signature_LoadLazyAssembly_1884603917 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __assemblyToLoad_native;
global::System.Threading.Tasks.Task<bool> __retVal;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __retVal_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __assemblyToLoad_native);
// Marshal - Convert managed data to native data.
__assemblyToLoad_native.ToJS(assemblyToLoad);
{
__retVal_native = __InvokeJSFunction(____arg_exception_native, ____arg_return_native, __assemblyToLoad_native);
}
// UnmarshalCapture - Capture the native data into marshaller instances in case conversion to managed data throws an exception.
__retVal_native.ToManaged(out __retVal, static (ref global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __task_result_arg, out bool __task_result) =>
{
__task_result_arg.ToManaged(out __task_result);
});
return __retVal;
}
[global::System.Diagnostics.DebuggerNonUserCode]
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __assemblyToLoad_native)
{
global::System.Span<global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument> __arguments_buffer = [____arg_exception_native, ____arg_return_native, __assemblyToLoad_native];
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_LoadLazyAssembly_1884603917, __arguments_buffer);
return __arguments_buffer[1];
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_LoadLazyAssembly_1884603917;
}
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal static unsafe partial class ConsoleLoggerInterop
{
[global::System.Diagnostics.DebuggerNonUserCode]
public static partial void ConsoleDebug(string message)
{
if (__signature_ConsoleDebug_92020726 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __message_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __message_native);
// Marshal - Convert managed data to native data.
__message_native.ToJS(message);
{
__InvokeJSFunction(____arg_exception_native, ____arg_return_native, __message_native);
}
}
[global::System.Diagnostics.DebuggerNonUserCode]
void __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __message_native)
{
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_ConsoleDebug_92020726, [____arg_exception_native, ____arg_return_native, __message_native]);
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_ConsoleDebug_92020726;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal static unsafe partial class ConsoleLoggerInterop
{
[global::System.Diagnostics.DebuggerNonUserCode]
public static partial void ConsoleInfo(string message)
{
if (__signature_ConsoleInfo_92020726 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __message_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __message_native);
// Marshal - Convert managed data to native data.
__message_native.ToJS(message);
{
__InvokeJSFunction(____arg_exception_native, ____arg_return_native, __message_native);
}
}
[global::System.Diagnostics.DebuggerNonUserCode]
void __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __message_native)
{
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_ConsoleInfo_92020726, [____arg_exception_native, ____arg_return_native, __message_native]);
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_ConsoleInfo_92020726;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal static unsafe partial class ConsoleLoggerInterop
{
[global::System.Diagnostics.DebuggerNonUserCode]
public static partial void ConsoleWarn(string message)
{
if (__signature_ConsoleWarn_92020726 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __message_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __message_native);
// Marshal - Convert managed data to native data.
__message_native.ToJS(message);
{
__InvokeJSFunction(____arg_exception_native, ____arg_return_native, __message_native);
}
}
[global::System.Diagnostics.DebuggerNonUserCode]
void __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __message_native)
{
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_ConsoleWarn_92020726, [____arg_exception_native, ____arg_return_native, __message_native]);
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_ConsoleWarn_92020726;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal static unsafe partial class ConsoleLoggerInterop
{
[global::System.Diagnostics.DebuggerNonUserCode]
public static partial void ConsoleError(string message)
{
if (__signature_ConsoleError_92020726 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __message_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __message_native);
// Marshal - Convert managed data to native data.
__message_native.ToJS(message);
{
__InvokeJSFunction(____arg_exception_native, ____arg_return_native, __message_native);
}
}
[global::System.Diagnostics.DebuggerNonUserCode]
void __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __message_native)
{
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_ConsoleError_92020726, [____arg_exception_native, ____arg_return_native, __message_native]);
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_ConsoleError_92020726;
}
}
namespace Microsoft.AspNetCore.Components.WebAssembly.Services
{
internal static unsafe partial class ConsoleLoggerInterop
{
[global::System.Diagnostics.DebuggerNonUserCode]
public static partial void DotNetCriticalError(string message)
{
if (__signature_DotNetCriticalError_92020726 == null)
{
__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]);
}
{
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native;
global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __message_native;
// Setup - Perform required setup.
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_return_native);
____arg_return_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out ____arg_exception_native);
____arg_exception_native.Initialize();
global::System.Runtime.CompilerServices.Unsafe.SkipInit(out __message_native);
// Marshal - Convert managed data to native data.
__message_native.ToJS(message);
{
__InvokeJSFunction(____arg_exception_native, ____arg_return_native, __message_native);
}
}
[global::System.Diagnostics.DebuggerNonUserCode]
void __InvokeJSFunction(global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_exception_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument ____arg_return_native, global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument __message_native)
{
global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding.InvokeJS(__signature_DotNetCriticalError_92020726, [____arg_exception_native, ____arg_return_native, __message_native]);
}
}
static global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding __signature_DotNetCriticalError_92020726;
}
}
|