Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WritePropertyName() [10/15]

void System.Text.Json.Utf8JsonWriter.WritePropertyName ( long value)
inlinepackage

Definition at line 2878 of file Utf8JsonWriter.cs.

2879 {
2880 Span<byte> destination = stackalloc byte[20];
2881 int bytesWritten;
2884 }
static bool TryFormat(bool value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat))
void WritePropertyNameUnescaped(ReadOnlySpan< byte > utf8PropertyName)

References System.destination, System.Text.Json.Dictionary, System.Buffers.Text.Utf8Formatter.TryFormat(), System.value, and System.Text.Json.Utf8JsonWriter.WritePropertyNameUnescaped().