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

◆ WriteStringByOptionsPropertyName() [2/2]

void System.Text.Json.Utf8JsonWriter.WriteStringByOptionsPropertyName ( ReadOnlySpan< char > propertyName)
inlineprivate

Definition at line 2961 of file Utf8JsonWriter.cs.

2962 {
2964 if (_options.Indented)
2965 {
2967 }
2968 else
2969 {
2971 }
2972 }
void WriteStringMinimizedPropertyName(ReadOnlySpan< char > escapedPropertyName)
void WriteStringIndentedPropertyName(ReadOnlySpan< char > escapedPropertyName)

References System.Text.Json.Utf8JsonWriter._options, System.Text.Json.Dictionary, System.Text.Json.JsonWriterOptions.Indented, System.Text.Json.Utf8JsonWriter.ValidateWritingProperty(), System.Text.Json.Utf8JsonWriter.WriteStringIndentedPropertyName(), and System.Text.Json.Utf8JsonWriter.WriteStringMinimizedPropertyName().

Referenced by System.Text.Json.Utf8JsonWriter.WritePropertyName(), System.Text.Json.Utf8JsonWriter.WritePropertyName(), System.Text.Json.Utf8JsonWriter.WritePropertyNameHelper(), System.Text.Json.Utf8JsonWriter.WritePropertyNameUnescaped(), System.Text.Json.Utf8JsonWriter.WriteStringEscapeProperty(), and System.Text.Json.Utf8JsonWriter.WriteStringEscapeProperty().