1 write to Ref
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
77
return CompleteSchema(ref state, new JsonSchema {
Ref
= existingJsonPointer });
4 references to Ref
System.Text.Json (4)
System\Text\Json\Schema\JsonSchema.cs (3)
100
Count(
Ref
is not null);
151
if (
Ref
is not null)
153
objSchema.Add(RefPropertyName,
Ref
);
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
434
if (schema.
Ref
is null)