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

◆ ResetHelper()

void System.Text.Json.Utf8JsonWriter.ResetHelper ( )
inlineprivate

Definition at line 115 of file Utf8JsonWriter.cs.

116 {
117 BytesPending = 0;
118 BytesCommitted = 0L;
119 _memory = default(Memory<byte>);
120 _inObject = false;
121 _tokenType = JsonTokenType.None;
122 _currentDepth = 0;
123 _bitStack = default(BitStack);
124 }

References System.Text.Json.Utf8JsonWriter._bitStack, System.Text.Json.Utf8JsonWriter._currentDepth, System.Text.Json.Utf8JsonWriter._inObject, System.Text.Json.Utf8JsonWriter._memory, System.Text.Json.Utf8JsonWriter._tokenType, System.Text.Json.Utf8JsonWriter.BytesCommitted, System.Text.Json.Utf8JsonWriter.BytesPending, and System.L.

Referenced by System.Text.Json.Utf8JsonWriter.Dispose(), System.Text.Json.Utf8JsonWriter.DisposeAsync(), System.Text.Json.Utf8JsonWriter.Reset(), System.Text.Json.Utf8JsonWriter.Reset(), and System.Text.Json.Utf8JsonWriter.Reset().