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

◆ WritePropertyName() [9/15]

void System.Text.Json.Utf8JsonWriter.WritePropertyName ( JsonEncodedText propertyName)
inline

Definition at line 2886 of file Utf8JsonWriter.cs.

2887 {
2888 WritePropertyNameHelper(propertyName.EncodedUtf8Bytes);
2889 }
void WritePropertyNameHelper(ReadOnlySpan< byte > utf8PropertyName)

References System.Text.Json.Dictionary, and System.Text.Json.Utf8JsonWriter.WritePropertyNameHelper().