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

◆ WriteStartByOptions() [1/2]

void System.Text.Json.Utf8JsonWriter.WriteStartByOptions ( ReadOnlySpan< byte > utf8PropertyName,
byte token )
inlineprivate

Definition at line 361 of file Utf8JsonWriter.cs.

362 {
364 if (_options.Indented)
365 {
367 }
368 else
369 {
371 }
372 }
void WritePropertyNameIndented(ReadOnlySpan< byte > escapedPropertyName, byte token)
void WritePropertyNameMinimized(ReadOnlySpan< byte > escapedPropertyName, byte token)

References System.Text.Json.Utf8JsonWriter._options, System.Text.Json.Dictionary, System.Text.Json.JsonWriterOptions.Indented, System.Text.Json.Utf8JsonWriter.ValidateWritingProperty(), System.Text.Json.Utf8JsonWriter.WritePropertyNameIndented(), and System.Text.Json.Utf8JsonWriter.WritePropertyNameMinimized().

Referenced by System.Text.Json.Utf8JsonWriter.WriteStartEscape(), System.Text.Json.Utf8JsonWriter.WriteStartEscape(), System.Text.Json.Utf8JsonWriter.WriteStartEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteStartEscapeProperty(), and System.Text.Json.Utf8JsonWriter.WriteStartHelper().