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)
41if (_jsonTypeInfo_ElementType is null) 47return (Type)_jsonTypeInfo_ElementType.GetValue(typeInfo)!;