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