System\Text\Json\Schema\JsonSchemaExporter.cs (11)
77return CompleteSchema(ref state, new JsonSchema { Ref = existingJsonPointer });
85return CompleteSchema(ref state, schema);
172return CompleteSchema(ref state, new()
212return CompleteSchema(ref state, schema);
275return CompleteSchema(ref state, new()
292return CompleteSchema(ref state, new()
316return CompleteSchema(ref state, new()
353return CompleteSchema(ref state, new()
410return CompleteSchema(ref state, new()
417return CompleteSchema(ref state, JsonSchema.CreateTrueSchema());
422return CompleteSchema(ref state, JsonSchema.CreateTrueSchema());