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

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

_extraPooledByteBufferWriterSystem.Text.Json.JsonDocumentprivate
_extraRentedArrayPoolBytesSystem.Text.Json.JsonDocumentprivate
_hasExtraPooledByteBufferWriterSystem.Text.Json.JsonDocumentprivate
_hasExtraRentedArrayPoolBytesSystem.Text.Json.JsonDocumentprivate
_lastIndexAndStringSystem.Text.Json.JsonDocumentprivate
_parsedDataSystem.Text.Json.JsonDocumentprivate
_utf8JsonSystem.Text.Json.JsonDocumentprivate
CheckExpectedType(JsonTokenType expected, JsonTokenType actual)System.Text.Json.JsonDocumentinlineprivate
CheckNotDisposed()System.Text.Json.JsonDocumentinlineprivate
CheckSupportedOptions(JsonReaderOptions readerOptions, string paramName)System.Text.Json.JsonDocumentinlineprivatestatic
ClearAndReturn(ArraySegment< byte > rented)System.Text.Json.JsonDocumentinlineprivatestatic
CloneElement(int index)System.Text.Json.JsonDocumentinlinepackage
CreateForLiteral(JsonTokenType tokenType)System.Text.Json.JsonDocumentinlineprivatestatic
Dispose()System.Text.Json.JsonDocumentinline
GetArrayIndexElement(int currentIndex, int arrayIndex)System.Text.Json.JsonDocumentinlinepackage
GetArrayLength(int index)System.Text.Json.JsonDocumentinlinepackage
GetEndIndex(int index, bool includeEndElement)System.Text.Json.JsonDocumentinlinepackage
GetJsonTokenType(int index)System.Text.Json.JsonDocumentinlinepackage
GetNameOfPropertyValue(int index)System.Text.Json.JsonDocumentinlinepackage
GetPropertyRawValue(int valueIndex)System.Text.Json.JsonDocumentinlineprivate
GetPropertyRawValueAsString(int valueIndex)System.Text.Json.JsonDocumentinlinepackage
GetRawValue(int index, bool includeQuotes)System.Text.Json.JsonDocumentinlinepackage
GetRawValueAsString(int index)System.Text.Json.JsonDocumentinlinepackage
GetRootRawValue()System.Text.Json.JsonDocumentinlinepackage
GetString(int index, JsonTokenType expectedType)System.Text.Json.JsonDocumentinlinepackage
intSystem.Text.Json.JsonDocumentprivate
IsDisposableSystem.Text.Json.JsonDocumentpackage
JsonDocument(ReadOnlyMemory< byte > utf8Json, MetadataDb parsedData, byte[] extraRentedArrayPoolBytes=null, PooledByteBufferWriter extraPooledByteBufferWriter=null, bool isDisposable=true)System.Text.Json.JsonDocumentinlineprivate
Parse(ReadOnlySpan< byte > utf8JsonSpan, JsonReaderOptions readerOptions, ref MetadataDb database, ref StackRowStack stack)System.Text.Json.JsonDocumentinlineprivatestatic
Parse(ReadOnlyMemory< byte > utf8Json, JsonDocumentOptions options=default(JsonDocumentOptions))System.Text.Json.JsonDocumentinlinestatic
Parse(ReadOnlySequence< byte > utf8Json, JsonDocumentOptions options=default(JsonDocumentOptions))System.Text.Json.JsonDocumentinlinestatic
Parse(Stream utf8Json, JsonDocumentOptions options=default(JsonDocumentOptions))System.Text.Json.JsonDocumentinlinestatic
Parse(ReadOnlyMemory< char > json, JsonDocumentOptions options=default(JsonDocumentOptions))System.Text.Json.JsonDocumentinlinestatic
Parse(string json, JsonDocumentOptions options=default(JsonDocumentOptions))System.Text.Json.JsonDocumentinlinestatic
Parse(ReadOnlyMemory< byte > utf8Json, JsonReaderOptions readerOptions, byte[] extraRentedArrayPoolBytes=null, PooledByteBufferWriter extraPooledByteBufferWriter=null)System.Text.Json.JsonDocumentinlineprivatestatic
ParseAsync(Stream utf8Json, JsonDocumentOptions options=default(JsonDocumentOptions), CancellationToken cancellationToken=default(CancellationToken))System.Text.Json.JsonDocumentinlinestatic
ParseAsyncCore(Stream utf8Json, JsonDocumentOptions options=default(JsonDocumentOptions), CancellationToken cancellationToken=default(CancellationToken))System.Text.Json.JsonDocumentinlineprivatestatic
ParseRented(PooledByteBufferWriter utf8Json, JsonDocumentOptions options=default(JsonDocumentOptions))System.Text.Json.JsonDocumentinlinepackagestatic
ParseUnrented(ReadOnlyMemory< byte > utf8Json, JsonReaderOptions readerOptions, JsonTokenType tokenType=JsonTokenType.None)System.Text.Json.JsonDocumentinlineprivatestatic
ParseValue(Stream utf8Json, JsonDocumentOptions options)System.Text.Json.JsonDocumentinlinepackagestatic
ParseValue(ReadOnlySpan< byte > utf8Json, JsonDocumentOptions options)System.Text.Json.JsonDocumentinlinepackagestatic
ParseValue(string json, JsonDocumentOptions options)System.Text.Json.JsonDocumentinlinepackagestatic
ParseValue(ReadOnlyMemory< char > json, JsonDocumentOptions options)System.Text.Json.JsonDocumentinlinepackagestatic
ParseValue(ref Utf8JsonReader reader)System.Text.Json.JsonDocumentinlinestatic
ReadToEnd(Stream stream)System.Text.Json.JsonDocumentinlineprivatestatic
ReadToEndAsync(Stream stream, CancellationToken cancellationToken)System.Text.Json.JsonDocumentinlineprivatestatic
RootElementSystem.Text.Json.JsonDocument
s_falseLiteralSystem.Text.Json.JsonDocumentprivatestatic
s_nullLiteralSystem.Text.Json.JsonDocumentprivatestatic
s_trueLiteralSystem.Text.Json.JsonDocumentprivatestatic
TextEquals(int index, ReadOnlySpan< char > otherText, bool isPropertyName)System.Text.Json.JsonDocumentinlinepackage
TextEquals(int index, ReadOnlySpan< byte > otherUtf8Text, bool isPropertyName, bool shouldUnescape)System.Text.Json.JsonDocumentinlinepackage
TryGetNamedPropertyValue(int index, ReadOnlySpan< char > propertyName, out JsonElement value)System.Text.Json.JsonDocumentinlinepackage
TryGetNamedPropertyValue(int index, ReadOnlySpan< byte > propertyName, out JsonElement value)System.Text.Json.JsonDocumentinlinepackage
TryGetNamedPropertyValue(int startIndex, int endIndex, ReadOnlySpan< byte > propertyName, out JsonElement value)System.Text.Json.JsonDocumentinlineprivate
TryGetValue(int index, [NotNullWhen(true)] out byte[] value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out sbyte value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out byte value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out short value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out ushort value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out int value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out uint value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out long value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out ulong value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out double value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out float value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out decimal value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out DateTime value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out DateTimeOffset value)System.Text.Json.JsonDocumentinlinepackage
TryGetValue(int index, out Guid value)System.Text.Json.JsonDocumentinlinepackage
TryParseValue(ref Utf8JsonReader reader, [NotNullWhen(true)] out JsonDocument? document)System.Text.Json.JsonDocumentinlinestatic
TryParseValue(ref Utf8JsonReader reader, [NotNullWhen(true)] out JsonDocument document, bool shouldThrow, bool useArrayPools)System.Text.Json.JsonDocumentinlinepackagestatic
UnescapeString(in DbRow row, out ArraySegment< byte > rented)System.Text.Json.JsonDocumentinlineprivate
WriteComplexElement(int index, Utf8JsonWriter writer)System.Text.Json.JsonDocumentinlineprivate
WriteElementTo(int index, Utf8JsonWriter writer)System.Text.Json.JsonDocumentinlinepackage
WritePropertyName(in DbRow row, Utf8JsonWriter writer)System.Text.Json.JsonDocumentinlineprivate
WriteString(in DbRow row, Utf8JsonWriter writer)System.Text.Json.JsonDocumentinlineprivate
WriteTo(Utf8JsonWriter writer)System.Text.Json.JsonDocumentinline