2 implementations of RegisteredComponents_GetRegisteredComponentsCount
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
54public int RegisteredComponents_GetRegisteredComponentsCount()
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
TestInternalJSImportMethods.cs (1)
51public int RegisteredComponents_GetRegisteredComponentsCount()
1 reference to RegisteredComponents_GetRegisteredComponentsCount
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
132var componentsCount = _jsMethods.RegisteredComponents_GetRegisteredComponentsCount();