2 writes to Value
Microsoft.AspNetCore.Components.Endpoints (2)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (2)
198Value = new SerializedRenderFragment { Nodes = SerializeFrames(nestedCapture, logger, ownerComponentType) }, 225Value = frame.AttributeValue,
6 references to Value
Microsoft.AspNetCore.Components.Endpoints (6)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (6)
333var value = attr.Value is JsonElement je 335: attr.Value; 359var serialized = attr.Value switch 363_ => throw new InvalidOperationException($"Unexpected value type '{attr.Value?.GetType()}' for serialized RenderFragment attribute '{attr.Name}'.") 368return attr.Value is JsonElement json ? ConvertTypedValue(json, attr.TypeAssembly!, attr.TypeName!, jsonOptions, typeCache) : attr.Value;