2 implementations of RegisteredComponents_GetAssembly
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
57public string RegisteredComponents_GetAssembly(int id)
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
TestInternalJSImportMethods.cs (1)
42public string RegisteredComponents_GetAssembly(int index)
1 reference to RegisteredComponents_GetAssembly
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
141var assembly = _jsMethods.RegisteredComponents_GetAssembly(i);