1 write to _jsonPropertyInfo_MemberName
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.ReflectionHelpers.cs (1)
56
_jsonPropertyInfo_MemberName
= Throw.IfNull(memberName);
2 references to _jsonPropertyInfo_MemberName
Microsoft.Extensions.AI.Abstractions (2)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.ReflectionHelpers.cs (2)
53
if (
_jsonPropertyInfo_MemberName
is null)
59
return (string?)
_jsonPropertyInfo_MemberName
.GetValue(propertyInfo);