4 references to GetTypeInfo
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (4)
JsonSerialization\AzureStorageJsonUtilities.cs (4)
16
internal static JsonTypeInfo<CacheEntry> CacheEntryTypeInfo => Options.
GetTypeInfo
<CacheEntry>();
17
internal static JsonTypeInfo<ScenarioRunResult> ScenarioRunResultTypeInfo => Options.
GetTypeInfo
<ScenarioRunResult>();
23
internal static JsonTypeInfo<CacheEntry> CacheEntryTypeInfo => Options.
GetTypeInfo
<CacheEntry>();
24
internal static JsonTypeInfo<ScenarioRunResult> ScenarioRunResultTypeInfo => Options.
GetTypeInfo
<ScenarioRunResult>();