2 references to GetRootType
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHostBuilder.cs (1)
159
var componentType = _rootComponentCache.
GetRootType
(registeredComponent.Assembly!, registeredComponent.TypeName!);
Services\DefaultWebAssemblyJSRuntime.cs (1)
134
var componentType = Instance._rootComponentCache.
GetRootType
(operation.Marker!.Value.Assembly!, operation.Marker.Value.TypeName!)