2 implementations of RegisteredComponents_GetTypeName
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
60public string RegisteredComponents_GetTypeName(int id)
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
TestInternalJSImportMethods.cs (1)
54public string RegisteredComponents_GetTypeName(int index)
1 reference to RegisteredComponents_GetTypeName
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
142var typeName = _jsMethods.RegisteredComponents_GetTypeName(i);