2 writes to TypeName
Microsoft.AspNetCore.Components.Endpoints (2)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (2)
199
TypeName
= SerializedRenderFragmentValueType,
226
TypeName
= 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)
357
if (attr.
TypeName
== SerializedRenderFragmentValueType)
368
return attr.Value is JsonElement json ? ConvertTypedValue(json, attr.TypeAssembly!, attr.
TypeName
!, jsonOptions, typeCache) : attr.Value;