3 references to Deserialize
Microsoft.Extensions.AI.Evaluation.Reporting (1)
JsonSerialization\EvaluationContextConverter.cs (1)
69contents = JsonSerializer.Deserialize(ref reader, contentsTypeInfo) as IReadOnlyList<AIContent>;
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (1)
parent\Microsoft.Extensions.AI.Evaluation.Reporting\CSharp\JsonSerialization\EvaluationContextConverter.cs (1)
69contents = JsonSerializer.Deserialize(ref reader, contentsTypeInfo) as IReadOnlyList<AIContent>;
Microsoft.JSInterop (1)
Infrastructure\PendingAsyncCall.cs (1)
20var value = (TValue?)JsonSerializer.Deserialize(ref reader, typeInfo);