3 references to WritePropertyName
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (1)
232writer.WritePropertyName(key);
System\Text\Json\Serialization\Converters\Value\UInt64Converter.cs (1)
35writer.WritePropertyName(value);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.UnsignedNumber.cs (1)
455=> WritePropertyName((ulong)value);