2 references to _jsonOptions
Microsoft.AspNetCore.Components.Endpoints (2)
SessionCascadingValueSupplier.cs (2)
96var json = JsonSerializer.Serialize(value, value.GetType(), _jsonOptions); 167return JsonSerializer.Deserialize(json, _propertyType, _jsonOptions);