2 writes to TypeName
Microsoft.AspNetCore.Components.Endpoints (2)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (2)
199TypeName = SerializedRenderFragmentValueType, 226TypeName = frame.AttributeValue?.GetType().FullName,
3 references to TypeName
Microsoft.AspNetCore.Components.Endpoints (3)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (3)
334? ConvertTypedValue(je, attr.TypeAssembly!, attr.TypeName!, jsonOptions, typeCache) 357if (attr.TypeName == SerializedRenderFragmentValueType) 368return attr.Value is JsonElement json ? ConvertTypedValue(json, attr.TypeAssembly!, attr.TypeName!, jsonOptions, typeCache) : attr.Value;