1 instantiation of InternalJSImportMethods
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
13
public static readonly InternalJSImportMethods Instance =
new
();
6 references to InternalJSImportMethods
Microsoft.AspNetCore.Components.WebAssembly (6)
Hosting\WebAssemblyHost.cs (1)
168
initialOperationBatch = await
InternalJSImportMethods
.GetInitialComponentUpdate();
Hosting\WebAssemblyHostBuilder.cs (1)
50
var builder = new WebAssemblyHostBuilder(
InternalJSImportMethods
.Instance);
Services\InternalJSImportMethods.cs (1)
13
public static readonly
InternalJSImportMethods
Instance = new();
Services\WebAssemblyNavigationInterception.cs (1)
14
InternalJSImportMethods
.Instance.NavigationManager_EnableNavigationInterception((int)WebRendererId.WebAssembly);
Services\WebAssemblyNavigationManager.cs (1)
94
=>
InternalJSImportMethods
.Instance.NavigationManager_SetHasLocationChangingListeners((int)WebRendererId.WebAssembly, value);
Services\WebAssemblyScrollToLocationHash.cs (1)
20
InternalJSImportMethods
.Instance.NavigationManager_ScrollToElement(elementId);