System\Text\Json\Schema\JsonSchemaExporter.cs (8)
52JsonSchema schema = MapJsonSchemaCore(ref state, typeInfo);
127JsonSchema derivedSchema = MapJsonSchemaCore(
183schema = MapJsonSchemaCore(ref state, elementTypeInfo, customConverter: elementConverter, cacheResult: false);
246JsonSchema propertySchema = MapJsonSchemaCore(
288JsonSchema items = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling);
309JsonSchema items = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling);
349JsonSchema valueSchema = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling);
373JsonSchema caseSchema = MapJsonSchemaCore(ref state, caseTypeInfo, cacheResult: false);