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

◆ WritePropertyName() [1/15]

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

Definition at line 2632 of file Utf8JsonWriter.cs.

2633 {
2634 Span<byte> destination = stackalloc byte[5];
2635 int bytesWritten;
2638 }
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().