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

◆ NeedsEscaping() [1/3]

static bool System.Text.Json.JsonWriterHelper.NeedsEscaping ( byte value)
inlinestaticprivate

Definition at line 294 of file JsonWriterHelper.cs.

295 {
296 return AllowList[value] == 0;
297 }
static ReadOnlySpan< byte > AllowList

References System.Text.Json.JsonWriterHelper.AllowList, and System.value.

Referenced by System.Text.Json.JsonEncodedText.EncodeHelper(), System.Text.Json.JsonWriterHelper.EscapeString(), System.Text.Json.JsonHelpers.GetEscapedPropertyNameSection(), System.Text.Json.Utf8JsonWriter.WriteBase64Escape(), System.Text.Json.Utf8JsonWriter.WriteBase64Escape(), System.Text.Json.Utf8JsonWriter.WriteLiteralEscape(), System.Text.Json.Utf8JsonWriter.WriteLiteralEscape(), 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.WritePropertyName(), System.Text.Json.Utf8JsonWriter.WritePropertyName(), System.Text.Json.Utf8JsonWriter.WriteStartEscape(), System.Text.Json.Utf8JsonWriter.WriteStartEscape(), 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.WriteStringHelperEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteStringHelperEscapeProperty(), System.Text.Json.Utf8JsonWriter.WriteStringHelperEscapeValue(), and System.Text.Json.Utf8JsonWriter.WriteStringHelperEscapeValue().