1 implementation of RegisteredComponents_GetRegisteredComponentsCount
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
54public int RegisteredComponents_GetRegisteredComponentsCount()
1 reference to RegisteredComponents_GetRegisteredComponentsCount
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
139var componentsCount = _jsMethods.RegisteredComponents_GetRegisteredComponentsCount();