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

◆ WriteStartObject() [2/5]

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

Definition at line 316 of file Utf8JsonWriter.cs.

317 {
318 WriteStartHelper(propertyName.EncodedUtf8Bytes, 123);
319 _tokenType = JsonTokenType.StartObject;
320 }
void WriteStartHelper(ReadOnlySpan< byte > utf8PropertyName, byte token)

References System.Text.Json.Utf8JsonWriter._tokenType, System.Text.Json.Dictionary, and System.Text.Json.Utf8JsonWriter.WriteStartHelper().