1 write to Ref
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
86
return CompleteSchema(ref state, new JsonSchema {
Ref
= existingJsonPointer });
4 references to Ref
System.Text.Json (4)
System\Text\Json\Schema\JsonSchema.cs (3)
111
Count(
Ref
!= null);
160
if (
Ref
!= null)
162
objSchema.Add(RefPropertyName,
Ref
);
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
358
if (schema.
Ref
is null)