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

◆ WriteStringByOptions() [7/12]

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

Definition at line 924 of file Utf8JsonWriter.cs.

925 {
927 if (_options.Indented)
928 {
930 }
931 else
932 {
934 }
935 }
void WriteStringMinimized(ReadOnlySpan< char > escapedPropertyName, DateTime value)
void WriteStringIndented(ReadOnlySpan< char > escapedPropertyName, DateTime 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.WriteStringIndented(), and System.Text.Json.Utf8JsonWriter.WriteStringMinimized().

Referenced by System.Text.Json.Utf8JsonWriter.WriteNumberValueAsStringUnescaped(), System.Text.Json.Utf8JsonWriter.WriteString(), System.Text.Json.Utf8JsonWriter.WriteString(), System.Text.Json.Utf8JsonWriter.WriteString(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscape(), System.Text.Json.Utf8JsonWriter.WriteStringEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteStringEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteStringEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteStringEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteStringEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteStringEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteStringEscapePropertyOnly(), System.Text.Json.Utf8JsonWriter.WriteStringEscapePropertyOnly(), System.Text.Json.Utf8JsonWriter.WriteStringEscapePropertyOrValue(), System.Text.Json.Utf8JsonWriter.WriteStringEscapePropertyOrValue(), System.Text.Json.Utf8JsonWriter.WriteStringEscapePropertyOrValue(), System.Text.Json.Utf8JsonWriter.WriteStringEscapePropertyOrValue(), System.Text.Json.Utf8JsonWriter.WriteStringEscapeValue(), System.Text.Json.Utf8JsonWriter.WriteStringEscapeValue(), System.Text.Json.Utf8JsonWriter.WriteStringEscapeValueOnly(), System.Text.Json.Utf8JsonWriter.WriteStringEscapeValueOnly(), System.Text.Json.Utf8JsonWriter.WriteStringHelper(), System.Text.Json.Utf8JsonWriter.WriteStringHelperEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteStringHelperEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteStringHelperEscapeValue(), System.Text.Json.Utf8JsonWriter.WriteStringHelperEscapeValue(), and System.Text.Json.Utf8JsonWriter.WriteStringValue().