1 write to TypeName
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Shared\Components\ComponentMarker.cs (1)
84
TypeName
= typeName;
5 references to TypeName
Microsoft.AspNetCore.Components.WebAssembly (5)
Hosting\WebAssemblyHostBuilder.cs (2)
143
var componentType = _rootComponentCache.GetRootType(registeredComponent.Assembly!, registeredComponent.
TypeName
!);
147
$"Root component type '{registeredComponent.
TypeName
}' could not be found in the assembly '{registeredComponent.Assembly}'. " +
src\Shared\Components\ComponentMarker.cs (3)
100
return $"Server Component: {
TypeName
}, Sequence: {Sequence}, Key: {Key?.FormattedComponentKey} Descriptor: {Descriptor?.Substring(5)}...";
102
return $"WebAssembly Component: {
TypeName
}, Assembly: {Assembly}, Key: {Key?.FormattedComponentKey}";
104
return $"Auto Component: {
TypeName
}, Assembly: {Assembly}, Key: {Key?.FormattedComponentKey}, Descriptor: {Descriptor?.Substring(5)}...";