System\Text\Json\Schema\JsonSchemaExporter.cs (7)
62JsonSchema schema = MapJsonSchemaCore(ref state, typeInfo);
137JsonSchema derivedSchema = MapJsonSchemaCore(
193schema = MapJsonSchemaCore(ref state, elementTypeInfo, customConverter: elementConverter, cacheResult: false);
236JsonSchema propertySchema = MapJsonSchemaCore(
278JsonSchema items = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling);
299JsonSchema items = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling);
339JsonSchema valueSchema = MapJsonSchemaCore(ref state, typeInfo.ElementTypeInfo, customNumberHandling: effectiveNumberHandling);