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