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

◆ WriteNumberByOptions() [6/10]

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

Definition at line 1372 of file Utf8JsonWriter.cs.

1373 {
1375 if (_options.Indented)
1376 {
1378 }
1379 else
1380 {
1382 }
1383 }
void WriteNumberMinimized(ReadOnlySpan< char > escapedPropertyName, decimal value)
void WriteNumberIndented(ReadOnlySpan< char > escapedPropertyName, decimal 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.WriteNumberIndented(), and System.Text.Json.Utf8JsonWriter.WriteNumberMinimized().

Referenced by System.Text.Json.Utf8JsonWriter.WriteNumber(), System.Text.Json.Utf8JsonWriter.WriteNumber(), System.Text.Json.Utf8JsonWriter.WriteNumber(), System.Text.Json.Utf8JsonWriter.WriteNumber(), System.Text.Json.Utf8JsonWriter.WriteNumber(), System.Text.Json.Utf8JsonWriter.WriteNumberEscape(), System.Text.Json.Utf8JsonWriter.WriteNumberEscape(), System.Text.Json.Utf8JsonWriter.WriteNumberEscape(), System.Text.Json.Utf8JsonWriter.WriteNumberEscape(), System.Text.Json.Utf8JsonWriter.WriteNumberEscape(), System.Text.Json.Utf8JsonWriter.WriteNumberEscape(), System.Text.Json.Utf8JsonWriter.WriteNumberEscape(), System.Text.Json.Utf8JsonWriter.WriteNumberEscape(), System.Text.Json.Utf8JsonWriter.WriteNumberEscape(), System.Text.Json.Utf8JsonWriter.WriteNumberEscape(), System.Text.Json.Utf8JsonWriter.WriteNumberEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteNumberEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteNumberEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteNumberEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteNumberEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteNumberEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteNumberEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteNumberEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteNumberEscapeProperty(), and System.Text.Json.Utf8JsonWriter.WriteNumberEscapeProperty().