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