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