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

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

CountNewLines(ReadOnlySpan< byte > data)System.Text.Json.JsonReaderHelperinlinestatic
GetTextFromUtf8(ReadOnlySpan< byte > utf8Text)System.Text.Json.JsonReaderHelperinlinepackagestatic
GetUnescapedSpan(ReadOnlySpan< byte > utf8Source, int idx)System.Text.Json.JsonReaderHelperinlinestatic
GetUnescapedString(ReadOnlySpan< byte > utf8Source, int idx)System.Text.Json.JsonReaderHelperinlinestatic
GetUtf8ByteCount(ReadOnlySpan< char > text)System.Text.Json.JsonReaderHelperinlinepackagestatic
GetUtf8FromText(ReadOnlySpan< char > text, Span< byte > dest)System.Text.Json.JsonReaderHelperinlinepackagestatic
IndexOfOrLessThan(ref byte searchSpace, byte value0, byte value1, byte lessThan, int length)System.Text.Json.JsonReaderHelperinlineprivatestatic
IndexOfQuoteOrAnyControlOrBackSlash(this ReadOnlySpan< byte > span)System.Text.Json.JsonReaderHelperinlinestatic
intSystem.Text.Json.JsonReaderHelperstatic
IsHexDigit(byte nextByte)System.Text.Json.JsonReaderHelperinlinestatic
IsTokenTypePrimitive(JsonTokenType tokenType)System.Text.Json.JsonReaderHelperinlinestatic
LocateFirstFoundByte(Vector< byte > match)System.Text.Json.JsonReaderHelperinlineprivatestatic
LocateFirstFoundByte(ulong match)System.Text.Json.JsonReaderHelperinlineprivatestatic
s_utf8EncodingSystem.Text.Json.JsonReaderHelperstatic
ToValueKind(this JsonTokenType tokenType)System.Text.Json.JsonReaderHelperinlinepackagestatic
TranscodeHelper(ReadOnlySpan< byte > utf8Unescaped)System.Text.Json.JsonReaderHelperinlinestatic
TryDecodeBase64(ReadOnlySpan< byte > utf8Unescaped, [NotNullWhen(true)] out byte[] bytes)System.Text.Json.JsonReaderHelperinlinestatic
TryDecodeBase64InPlace(Span< byte > utf8Unescaped, [NotNullWhen(true)] out byte[] bytes)System.Text.Json.JsonReaderHelperinlinestatic
TryGetEscapedDateTime(ReadOnlySpan< byte > source, out DateTime value)System.Text.Json.JsonReaderHelperinlinestatic
TryGetEscapedDateTimeOffset(ReadOnlySpan< byte > source, out DateTimeOffset value)System.Text.Json.JsonReaderHelperinlinestatic
TryGetEscapedGuid(ReadOnlySpan< byte > source, out Guid value)System.Text.Json.JsonReaderHelperinlinestatic
TryGetFloatingPointConstant(ReadOnlySpan< byte > span, out float value)System.Text.Json.JsonReaderHelperinlinestatic
TryGetFloatingPointConstant(ReadOnlySpan< byte > span, out double value)System.Text.Json.JsonReaderHelperinlinestatic
TryGetUnescapedBase64Bytes(ReadOnlySpan< byte > utf8Source, int idx, [NotNullWhen(true)] out byte[] bytes)System.Text.Json.JsonReaderHelperinlinestatic
Unescape(ReadOnlySpan< byte > source, Span< byte > destination, int idx, out int written)System.Text.Json.JsonReaderHelperinlinepackagestatic
UnescapeAndCompare(ReadOnlySpan< byte > utf8Source, ReadOnlySpan< byte > other)System.Text.Json.JsonReaderHelperinlinestatic
UnescapeAndCompare(ReadOnlySequence< byte > utf8Source, ReadOnlySpan< byte > other)System.Text.Json.JsonReaderHelperinlinestatic