Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.JsonHelpers Member List

This is the complete list of members for System.Text.Json.JsonHelpers, including all inherited members.

CreateDictionaryFromCollection< TKey, TValue >(IEnumerable< KeyValuePair< TKey, TValue > > collection, IEqualityComparer< TKey > comparer)System.Text.Json.JsonHelpersinlinestatic
EscapeValue(ReadOnlySpan< byte > utf8Value, int firstEscapeIndexVal, JavaScriptEncoder encoder)System.Text.Json.JsonHelpersinlinestatic
GetEscapedPropertyNameSection(ReadOnlySpan< byte > utf8Value, JavaScriptEncoder encoder)System.Text.Json.JsonHelpersinlinestatic
GetEscapedPropertyNameSection(ReadOnlySpan< byte > utf8Value, int firstEscapeIndexVal, JavaScriptEncoder encoder)System.Text.Json.JsonHelpersinlineprivatestatic
GetPropertyNameSection(ReadOnlySpan< byte > utf8Value)System.Text.Json.JsonHelpersinlineprivatestatic
GetSpan(this ref Utf8JsonReader reader)System.Text.Json.JsonHelpersinlinestatic
IsDigit(byte value)System.Text.Json.JsonHelpersinlinestatic
IsFinite(double value)System.Text.Json.JsonHelpersinlinestatic
IsFinite(float value)System.Text.Json.JsonHelpersinlinestatic
IsInRangeInclusive(uint value, uint lowerBound, uint upperBound)System.Text.Json.JsonHelpersinlinestatic
IsInRangeInclusive(int value, int lowerBound, int upperBound)System.Text.Json.JsonHelpersinlinestatic
IsInRangeInclusive(long value, long lowerBound, long upperBound)System.Text.Json.JsonHelpersinlinestatic
IsValidDateTimeOffsetParseLength(int length)System.Text.Json.JsonHelpersinlinestatic
ReadWithVerify(this ref Utf8JsonReader reader)System.Text.Json.JsonHelpersinlinestatic
s_daysToMonth365System.Text.Json.JsonHelpersprivatestatic
s_daysToMonth366System.Text.Json.JsonHelpersprivatestatic
TryAdd< TKey, TValue >(this Dictionary< TKey, TValue > dictionary, in TKey key, in TValue value)System.Text.Json.JsonHelpersinlinestatic
TryCreateDateTime(DateTimeParseData parseData, DateTimeKind kind, out DateTime value)System.Text.Json.JsonHelpersinlineprivatestatic
TryCreateDateTimeOffset(DateTime dateTime, ref DateTimeParseData parseData, out DateTimeOffset value)System.Text.Json.JsonHelpersinlineprivatestatic
TryCreateDateTimeOffset(ref DateTimeParseData parseData, out DateTimeOffset value)System.Text.Json.JsonHelpersinlineprivatestatic
TryCreateDateTimeOffsetInterpretingDataAsLocalTime(DateTimeParseData parseData, out DateTimeOffset value)System.Text.Json.JsonHelpersinlineprivatestatic
TryGetNextTwoDigits(ReadOnlySpan< byte > source, ref int value)System.Text.Json.JsonHelpersinlineprivatestatic
TryParseAsISO(ReadOnlySpan< byte > source, out DateTime value)System.Text.Json.JsonHelpersinlinestatic
TryParseAsISO(ReadOnlySpan< byte > source, out DateTimeOffset value)System.Text.Json.JsonHelpersinlinestatic
TryParseDateTimeOffset(ReadOnlySpan< byte > source, out DateTimeParseData parseData)System.Text.Json.JsonHelpersinlineprivatestatic
Utf8GetString(ReadOnlySpan< byte > bytes)System.Text.Json.JsonHelpersinlinestatic
ValidateInt32MaxArrayLength(uint length)System.Text.Json.JsonHelpersinlinestatic