2 references to ValuesPropertyName
System.Text.Json (2)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
293
const string ValuesKeyword = JsonSerializer.
ValuesPropertyName
;
System\Text\Json\Serialization\JsonSerializer.Write.HandleMetadata.cs (1)
15
internal static readonly JsonEncodedText s_metadataValues = JsonEncodedText.Encode(
ValuesPropertyName
, encoder: null);