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