5 references to ComponentType
Microsoft.AspNetCore.Components (1)
RenderTree\RenderTreeFrame.cs (1)
466return $"Component: (seq={Sequence}, key={ComponentKeyField ?? "(none)"}, len={ComponentSubtreeLength}) {ComponentType}";
Microsoft.AspNetCore.Components.Endpoints (2)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (2)
101TypeName = frame.ComponentType?.FullName, 102TypeAssembly = frame.ComponentType?.Assembly.GetName().Name,
Microsoft.AspNetCore.Components.Server (2)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (2)
101TypeName = frame.ComponentType?.FullName, 102TypeAssembly = frame.ComponentType?.Assembly.GetName().Name,