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

◆ WriteNewLine()

void System.Text.Json.Utf8JsonWriter.WriteNewLine ( Span< byte > output)
inlineprivate

Definition at line 556 of file Utf8JsonWriter.cs.

557 {
558 if (s_newLineLength == 2)
559 {
560 output[BytesPending++] = 13;
561 }
562 output[BytesPending++] = 10;
563 }
static readonly int s_newLineLength

References System.Text.Json.Utf8JsonWriter.BytesPending, System.Text.Json.Dictionary, and System.Text.Json.Utf8JsonWriter.s_newLineLength.

Referenced by System.Text.Json.Utf8JsonWriter.WriteBase64Indented(), System.Text.Json.Utf8JsonWriter.WriteBase64Indented(), System.Text.Json.Utf8JsonWriter.WriteBase64Indented(), System.Text.Json.Utf8JsonWriter.WriteCommentIndented(), System.Text.Json.Utf8JsonWriter.WriteCommentIndented(), System.Text.Json.Utf8JsonWriter.WriteEndIndented(), System.Text.Json.Utf8JsonWriter.WriteLiteralIndented(), System.Text.Json.Utf8JsonWriter.WriteLiteralIndented(), System.Text.Json.Utf8JsonWriter.WriteLiteralIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberValueIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberValueIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberValueIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberValueIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberValueIndented(), System.Text.Json.Utf8JsonWriter.WriteNumberValueIndented(), System.Text.Json.Utf8JsonWriter.WritePropertyNameIndented(), System.Text.Json.Utf8JsonWriter.WritePropertyNameIndented(), System.Text.Json.Utf8JsonWriter.WriteStartIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndented(), System.Text.Json.Utf8JsonWriter.WriteStringIndentedPropertyName(), System.Text.Json.Utf8JsonWriter.WriteStringIndentedPropertyName(), System.Text.Json.Utf8JsonWriter.WriteStringValueIndented(), System.Text.Json.Utf8JsonWriter.WriteStringValueIndented(), and System.Text.Json.Utf8JsonWriter.WriteStringValueIndented().