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

◆ WriteLiteralByOptions() [3/3]

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

Definition at line 2486 of file Utf8JsonWriter.cs.

2487 {
2489 if (_options.Indented)
2490 {
2492 }
2493 else
2494 {
2496 }
2497 }
void WriteLiteralMinimized(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< byte > value)
void WriteLiteralIndented(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< byte > value)

References System.Text.Json.Utf8JsonWriter._options, System.Text.Json.Dictionary, System.Text.Json.JsonWriterOptions.Indented, System.Text.Json.Utf8JsonWriter.ValidateWritingProperty(), System.value, System.Text.Json.Utf8JsonWriter.WriteLiteralIndented(), and System.Text.Json.Utf8JsonWriter.WriteLiteralMinimized().

Referenced by System.Text.Json.Utf8JsonWriter.WriteBooleanValue(), System.Text.Json.Utf8JsonWriter.WriteLiteralEscape(), System.Text.Json.Utf8JsonWriter.WriteLiteralEscape(), System.Text.Json.Utf8JsonWriter.WriteLiteralEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteLiteralEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteLiteralHelper(), and System.Text.Json.Utf8JsonWriter.WriteNullValue().