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

◆ WritePropertyName() [4/15]

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

Definition at line 1502 of file Utf8JsonWriter.cs.

1503 {
1504 Span<byte> destination = stackalloc byte[31];
1505 int bytesWritten;
1508 }
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().