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