7 references to MapJsonSchemaCore
System.Text.Json (7)
System\Text\Json\Schema\JsonSchemaExporter.cs (7)
61JsonSchema schema = MapJsonSchemaCore(ref state, typeInfo); 133JsonSchema derivedSchema = MapJsonSchemaCore( 189schema = MapJsonSchemaCore(ref state, elementTypeInfo, customConverter: elementConverter, cacheResult: false); 232JsonSchema propertySchema = MapJsonSchemaCore( 274JsonSchema items = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling); 295JsonSchema items = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling); 335JsonSchema valueSchema = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling);