7 references to MapJsonSchemaCore
System.Text.Json (7)
System\Text\Json\Schema\JsonSchemaExporter.cs (7)
52JsonSchema schema = MapJsonSchemaCore(ref state, typeInfo); 127JsonSchema derivedSchema = MapJsonSchemaCore( 183schema = MapJsonSchemaCore(ref state, elementTypeInfo, customConverter: elementConverter, cacheResult: false); 226JsonSchema propertySchema = MapJsonSchemaCore( 268JsonSchema items = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling); 289JsonSchema items = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling); 329JsonSchema valueSchema = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling);