57 instantiations of JSImport
Microsoft.AspNetCore.Components.WebAssembly (26)
Hosting\WebAssemblyCultureProvider.cs (2)
114
[
JSImport
("INTERNAL.loadSatelliteAssemblies")]
117
[
JSImport
("Blazor._internal.getApplicationCulture", "blazor-internal")]
Rendering\WebAssemblyRenderer.cs (2)
269
[
JSImport
("Blazor._internal.renderBatch", "blazor-internal")]
272
[
JSImport
("Blazor._internal.renderBatchOutOfProcess", "blazor-internal")]
Services\InternalJSImportMethods.cs (16)
69
[
JSImport
("Blazor._internal.getPersistedState", "blazor-internal")]
72
[
JSImport
("Blazor._internal.getInitialComponentsUpdate", "blazor-internal")]
75
[
JSImport
("Blazor._internal.getApplicationEnvironment", "blazor-internal")]
78
[
JSImport
("Blazor._internal.getApplicationCulture", "blazor-internal")]
81
[
JSImport
("Blazor._internal.attachRootComponentToElement", "blazor-internal")]
84
[
JSImport
("Blazor._internal.endUpdateRootComponents", "blazor-internal")]
87
[
JSImport
(BrowserNavigationManagerInterop.EnableNavigationInterception, "blazor-internal")]
90
[
JSImport
(BrowserNavigationManagerInterop.ScrollToElement, "blazor-internal")]
93
[
JSImport
(BrowserNavigationManagerInterop.GetLocationHref, "blazor-internal")]
96
[
JSImport
(BrowserNavigationManagerInterop.GetBaseUri, "blazor-internal")]
99
[
JSImport
(BrowserNavigationManagerInterop.SetHasLocationChangingListeners, "blazor-internal")]
102
[
JSImport
(RegisteredComponentsInterop.GetRegisteredComponentsCount, "blazor-internal")]
105
[
JSImport
(RegisteredComponentsInterop.GetAssembly, "blazor-internal")]
108
[
JSImport
(RegisteredComponentsInterop.GetTypeName, "blazor-internal")]
111
[
JSImport
(RegisteredComponentsInterop.GetParameterDefinitions, "blazor-internal")]
114
[
JSImport
(RegisteredComponentsInterop.GetParameterValues, "blazor-internal")]
Services\LazyAssemblyLoader.cs (1)
104
[
JSImport
("INTERNAL.loadLazyAssembly")]
Services\WebAssemblyConsoleLogger.cs (5)
169
[
JSImport
("globalThis.console.debug")]
171
[
JSImport
("globalThis.console.info")]
173
[
JSImport
("globalThis.console.warn")]
175
[
JSImport
("globalThis.console.error")]
177
[
JSImport
("Blazor._internal.dotNetCriticalError", "blazor-internal")]
Microsoft.JSInterop (1)
Implementation\JSInProcessObjectReference.cs (1)
75
[
JSImport
("globalThis.DotNet.disposeJSObjectReferenceById")]
Microsoft.JSInterop.WebAssembly (3)
InternalCalls.cs (3)
10
[
JSImport
("Blazor._internal.invokeJSJson", "blazor-internal")]
19
[
JSImport
("Blazor._internal.endInvokeDotNetFromJS", "blazor-internal")]
25
[
JSImport
("Blazor._internal.receiveByteArray", "blazor-internal")]
System.Net.WebSockets.Client (7)
System\Net\WebSockets\BrowserWebSockets\BrowserInterop.cs (7)
59
[
JSImport
("INTERNAL.wsGetState")]
63
[
JSImport
("INTERNAL.wsCreate")]
77
[
JSImport
("INTERNAL.wsOpen")]
81
[
JSImport
("INTERNAL.wsSend")]
94
[
JSImport
("INTERNAL.wsReceive")]
105
[
JSImport
("INTERNAL.wsClose")]
112
[
JSImport
("INTERNAL.wsAbort")]
System.Runtime.InteropServices.JavaScript (20)
System\Runtime\InteropServices\JavaScript\Interop\JavaScriptImports.Generated.cs (19)
11
[
JSImport
("INTERNAL.hasProperty")]
13
[
JSImport
("INTERNAL.getTypeOfProperty")]
15
[
JSImport
("INTERNAL.getProperty")]
17
[
JSImport
("INTERNAL.getProperty")]
19
[
JSImport
("INTERNAL.getProperty")]
21
[
JSImport
("INTERNAL.getProperty")]
23
[
JSImport
("INTERNAL.getProperty")]
25
[
JSImport
("INTERNAL.getProperty")]
28
[
JSImport
("INTERNAL.setProperty")]
30
[
JSImport
("INTERNAL.setProperty")]
32
[
JSImport
("INTERNAL.setProperty")]
34
[
JSImport
("INTERNAL.setProperty")]
36
[
JSImport
("INTERNAL.setProperty")]
38
[
JSImport
("INTERNAL.setProperty")]
41
[
JSImport
("INTERNAL.getGlobalThis")]
43
[
JSImport
("INTERNAL.getDotnetInstance")]
45
[
JSImport
("INTERNAL.dynamicImport")]
48
[
JSImport
("INTERNAL.bindCsFunction")]
52
[
JSImport
("globalThis.console.log")]
System\Runtime\InteropServices\JavaScript\JSHost.cs (1)
43
/// <param name="moduleName">Globally unique identifier of the ES6 module, which is used by <see cref="
JSImportAttribute
(string, string)"/>.</param>
2 references to JSImport
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\JSImportAttribute.cs (2)
42
/// Initializes a new instance of the <see cref="
JSImportAttribute
" /> class.
51
/// Initializes a new instance of the <see cref="
JSImportAttribute
" /> class.