8 references to DeserializeAsync
Microsoft.AspNetCore.Http.Extensions (1)
HttpRequestJsonExtensions.cs (1)
113
return await JsonSerializer.
DeserializeAsync
(inputStream, jsonTypeInfo, cancellationToken);
Microsoft.Extensions.AI.Evaluation.Reporting (3)
Storage\DiskBasedResponseCache.CacheEntry.cs (1)
57
await JsonSerializer.
DeserializeAsync
(
Storage\DiskBasedResponseCache.CacheOptions.cs (1)
62
await JsonSerializer.
DeserializeAsync
(
Storage\DiskBasedResultStore.cs (1)
69
await JsonSerializer.
DeserializeAsync
(
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (2)
Storage\AzureStorageResponseCache.CacheEntry.cs (1)
63
await JsonSerializer.
DeserializeAsync
(
Storage\AzureStorageResultStore.cs (1)
115
ScenarioRunResult? result = await JsonSerializer.
DeserializeAsync
(
System.Net.Http.Json (2)
System\Net\Http\Json\HttpClientJsonExtensions.cs (1)
31
FromJsonAsyncCore(getMethod, client, requestUri, static (stream, options, cancellation) => JsonSerializer.
DeserializeAsync
(stream, options, cancellation), jsonTypeInfo, cancellationToken);
System\Net\Http\Json\HttpContentJsonExtensions.cs (1)
128
return await JsonSerializer.
DeserializeAsync
(contentStream, jsonTypeInfo, cancellationToken).ConfigureAwait(false);