2 references to Deserialize
Microsoft.AspNetCore.OpenApi (2)
Schemas\OpenApiJsonSchema.Helpers.cs (2)
37
values.Add((T)JsonSerializer.
Deserialize
(ref reader, typeof(T), context)!);
83
values[key] = (T)JsonSerializer.
Deserialize
(ref reader, typeof(T), context)!;