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

◆ WriteBase64ByOptions() [3/3]

void System.Text.Json.Utf8JsonWriter.WriteBase64ByOptions ( ReadOnlySpan< char > propertyName,
ReadOnlySpan< byte > bytes )
inlineprivate

Definition at line 709 of file Utf8JsonWriter.cs.

710 {
712 if (_options.Indented)
713 {
715 }
716 else
717 {
719 }
720 }
void WriteBase64Minimized(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< byte > bytes)
void WriteBase64Indented(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< byte > bytes)

References System.Text.Json.Utf8JsonWriter._options, System.bytes, System.Text.Json.Dictionary, System.Text.Json.JsonWriterOptions.Indented, System.Text.Json.Utf8JsonWriter.ValidateWritingProperty(), System.Text.Json.Utf8JsonWriter.WriteBase64Indented(), and System.Text.Json.Utf8JsonWriter.WriteBase64Minimized().

Referenced by System.Text.Json.Utf8JsonWriter.WriteBase64Escape(), System.Text.Json.Utf8JsonWriter.WriteBase64Escape(), System.Text.Json.Utf8JsonWriter.WriteBase64EscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteBase64EscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteBase64String(), and System.Text.Json.Utf8JsonWriter.WriteBase64StringValue().