1 write to _jsonTypeInfo_ElementType
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.ReflectionHelpers.cs (1)
42
_jsonTypeInfo_ElementType
= Throw.IfNull(elementTypeProperty);
2 references to _jsonTypeInfo_ElementType
Microsoft.Extensions.AI.Abstractions (2)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.ReflectionHelpers.cs (2)
39
if (
_jsonTypeInfo_ElementType
is null)
45
return (Type)
_jsonTypeInfo_ElementType
.GetValue(typeInfo)!;