1 write to TypeName
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Shared\Components\ComponentMarker.cs (1)
81
TypeName
= typeName;
2 references to TypeName
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHostBuilder.cs (2)
143
var componentType = _rootComponentCache.GetRootComponent(registeredComponent.Assembly!, registeredComponent.
TypeName
!);
147
$"Root component type '{registeredComponent.
TypeName
}' could not be found in the assembly '{registeredComponent.Assembly}'. " +