Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Text.Json.Utf8JsonWriter, including all inherited members.
_arrayBufferWriter | System.Text.Json.Utf8JsonWriter | private |
_bitStack | System.Text.Json.Utf8JsonWriter | private |
_currentDepth | System.Text.Json.Utf8JsonWriter | private |
_inObject | System.Text.Json.Utf8JsonWriter | private |
_memory | System.Text.Json.Utf8JsonWriter | private |
_options | System.Text.Json.Utf8JsonWriter | private |
_output | System.Text.Json.Utf8JsonWriter | private |
_stream | System.Text.Json.Utf8JsonWriter | private |
_tokenType | System.Text.Json.Utf8JsonWriter | private |
Base64EncodeAndWrite(ReadOnlySpan< byte > bytes, Span< byte > output, int encodingLength) | System.Text.Json.Utf8JsonWriter | inlineprivate |
BytesCommitted | System.Text.Json.Utf8JsonWriter | |
BytesPending | System.Text.Json.Utf8JsonWriter | |
CheckNotDisposed() | System.Text.Json.Utf8JsonWriter | inlineprivate |
CurrentDepth | System.Text.Json.Utf8JsonWriter | |
DebuggerDisplay | System.Text.Json.Utf8JsonWriter | private |
Dispose() | System.Text.Json.Utf8JsonWriter | inline |
DisposeAsync() | System.Text.Json.Utf8JsonWriter | inline |
FirstCallToGetMemory(int requiredSize) | System.Text.Json.Utf8JsonWriter | inlineprivate |
Flush() | System.Text.Json.Utf8JsonWriter | inline |
FlushAsync(CancellationToken cancellationToken=default(CancellationToken)) | System.Text.Json.Utf8JsonWriter | inline |
Grow(int requiredSize) | System.Text.Json.Utf8JsonWriter | inlineprivate |
Indentation | System.Text.Json.Utf8JsonWriter | private |
Options | System.Text.Json.Utf8JsonWriter | |
Reset() | System.Text.Json.Utf8JsonWriter | inline |
Reset(Stream utf8Json) | System.Text.Json.Utf8JsonWriter | inline |
Reset(IBufferWriter< byte > bufferWriter) | System.Text.Json.Utf8JsonWriter | inline |
ResetHelper() | System.Text.Json.Utf8JsonWriter | inlineprivate |
s_newLineLength | System.Text.Json.Utf8JsonWriter | privatestatic |
s_singleLineCommentDelimiter | System.Text.Json.Utf8JsonWriter | privatestatic |
SetFlagToAddListSeparatorBeforeNextItem() | System.Text.Json.Utf8JsonWriter | inlineprivate |
SingleLineCommentDelimiterUtf8 | System.Text.Json.Utf8JsonWriter | privatestatic |
TokenType | System.Text.Json.Utf8JsonWriter | package |
TranscodeAndWrite(ReadOnlySpan< char > escapedPropertyName, Span< byte > output) | System.Text.Json.Utf8JsonWriter | inlineprivate |
TranscodeAndWriteRawValue(ReadOnlySpan< char > json, bool skipInputValidation) | System.Text.Json.Utf8JsonWriter | inlineprivate |
TryFormatDouble(double value, Span< byte > destination, out int bytesWritten) | System.Text.Json.Utf8JsonWriter | inlineprivatestatic |
TryFormatSingle(float value, Span< byte > destination, out int bytesWritten) | System.Text.Json.Utf8JsonWriter | inlineprivatestatic |
UpdateBitStackOnStart(byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
Utf8JsonWriter(IBufferWriter< byte > bufferWriter, JsonWriterOptions options=default(JsonWriterOptions)) | System.Text.Json.Utf8JsonWriter | inline |
Utf8JsonWriter(Stream utf8Json, JsonWriterOptions options=default(JsonWriterOptions)) | System.Text.Json.Utf8JsonWriter | inline |
ValidateDepth() | System.Text.Json.Utf8JsonWriter | inlineprivate |
ValidateEnd(byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
ValidatePropertyNameAndDepth(ReadOnlySpan< char > propertyName) | System.Text.Json.Utf8JsonWriter | inlineprivate |
ValidatePropertyNameAndDepth(ReadOnlySpan< byte > utf8PropertyName) | System.Text.Json.Utf8JsonWriter | inlineprivate |
ValidateStart() | System.Text.Json.Utf8JsonWriter | inlineprivate |
ValidateWritingProperty() | System.Text.Json.Utf8JsonWriter | inlineprivate |
ValidateWritingProperty(byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
ValidateWritingValue() | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64ByOptions(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64ByOptions(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64ByOptions(ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64Escape(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64Escape(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64EscapeProperty(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > bytes, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64EscapeProperty(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > bytes, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64Indented(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64Indented(ReadOnlySpan< byte > escapedPropertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64Indented(ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64Minimized(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64Minimized(ReadOnlySpan< byte > escapedPropertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64Minimized(ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteBase64String(JsonEncodedText propertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inline |
WriteBase64String(string propertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inline |
WriteBase64String(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inline |
WriteBase64String(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inline |
WriteBase64StringValue(ReadOnlySpan< byte > bytes) | System.Text.Json.Utf8JsonWriter | inline |
WriteBoolean(JsonEncodedText propertyName, bool value) | System.Text.Json.Utf8JsonWriter | inline |
WriteBoolean(string propertyName, bool value) | System.Text.Json.Utf8JsonWriter | inline |
WriteBoolean(ReadOnlySpan< char > propertyName, bool value) | System.Text.Json.Utf8JsonWriter | inline |
WriteBoolean(ReadOnlySpan< byte > utf8PropertyName, bool value) | System.Text.Json.Utf8JsonWriter | inline |
WriteBooleanValue(bool value) | System.Text.Json.Utf8JsonWriter | inline |
WriteCommentByOptions(ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteCommentByOptions(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteCommentIndented(ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteCommentIndented(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteCommentMinimized(ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteCommentMinimized(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteCommentValue(string value) | System.Text.Json.Utf8JsonWriter | inline |
WriteCommentValue(ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inline |
WriteCommentValue(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inline |
WriteEnd(byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteEndArray() | System.Text.Json.Utf8JsonWriter | inline |
WriteEndIndented(byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteEndMinimized(byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteEndObject() | System.Text.Json.Utf8JsonWriter | inline |
WriteEndSlow(byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteFloatingPointConstant(double value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WriteFloatingPointConstant(float value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WriteLiteralByOptions(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralByOptions(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralByOptions(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralEscape(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralEscape(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralEscapeProperty(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralHelper(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralIndented(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< byte > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralIndented(ReadOnlySpan< byte > escapedPropertyName, ReadOnlySpan< byte > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralIndented(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralMinimized(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< byte > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralMinimized(ReadOnlySpan< byte > escapedPropertyName, ReadOnlySpan< byte > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralMinimized(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteLiteralSection(ReadOnlySpan< byte > escapedPropertyNameSection, ReadOnlySpan< byte > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNewLine(Span< byte > output) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNull(JsonEncodedText propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteNull(string propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteNull(ReadOnlySpan< char > propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteNull(ReadOnlySpan< byte > utf8PropertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteNullSection(ReadOnlySpan< byte > escapedPropertyNameSection) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WriteNullValue() | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(JsonEncodedText propertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(string propertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< char > propertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< byte > utf8PropertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(JsonEncodedText propertyName, double value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(string propertyName, double value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< char > propertyName, double value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< byte > utf8PropertyName, double value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(JsonEncodedText propertyName, float value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(string propertyName, float value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< char > propertyName, float value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< byte > utf8PropertyName, float value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(JsonEncodedText propertyName, long value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(string propertyName, long value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< char > propertyName, long value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< byte > utf8PropertyName, long value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(JsonEncodedText propertyName, int value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(string propertyName, int value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< char > propertyName, int value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< byte > utf8PropertyName, int value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(JsonEncodedText propertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(string propertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< char > propertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< byte > utf8PropertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(JsonEncodedText propertyName, uint value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(string propertyName, uint value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< char > propertyName, uint value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumber(ReadOnlySpan< byte > utf8PropertyName, uint value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumberByOptions(ReadOnlySpan< char > propertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberByOptions(ReadOnlySpan< byte > utf8PropertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberByOptions(ReadOnlySpan< char > propertyName, double value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberByOptions(ReadOnlySpan< byte > utf8PropertyName, double value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberByOptions(ReadOnlySpan< char > propertyName, float value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberByOptions(ReadOnlySpan< byte > utf8PropertyName, float value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberByOptions(ReadOnlySpan< char > propertyName, long value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberByOptions(ReadOnlySpan< byte > utf8PropertyName, long value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberByOptions(ReadOnlySpan< char > propertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberByOptions(ReadOnlySpan< byte > utf8PropertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscape(ReadOnlySpan< char > propertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscape(ReadOnlySpan< byte > utf8PropertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscape(ReadOnlySpan< char > propertyName, double value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscape(ReadOnlySpan< byte > utf8PropertyName, double value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscape(ReadOnlySpan< char > propertyName, float value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscape(ReadOnlySpan< byte > utf8PropertyName, float value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscape(ReadOnlySpan< char > propertyName, long value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscape(ReadOnlySpan< byte > utf8PropertyName, long value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscape(ReadOnlySpan< char > propertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscape(ReadOnlySpan< byte > utf8PropertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscapeProperty(ReadOnlySpan< char > propertyName, decimal value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, decimal value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscapeProperty(ReadOnlySpan< char > propertyName, double value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, double value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscapeProperty(ReadOnlySpan< char > propertyName, float value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, float value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscapeProperty(ReadOnlySpan< char > propertyName, long value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, long value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscapeProperty(ReadOnlySpan< char > propertyName, ulong value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, ulong value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberIndented(ReadOnlySpan< char > escapedPropertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberIndented(ReadOnlySpan< byte > escapedPropertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberIndented(ReadOnlySpan< char > escapedPropertyName, double value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberIndented(ReadOnlySpan< byte > escapedPropertyName, double value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberIndented(ReadOnlySpan< char > escapedPropertyName, float value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberIndented(ReadOnlySpan< byte > escapedPropertyName, float value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberIndented(ReadOnlySpan< char > escapedPropertyName, long value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberIndented(ReadOnlySpan< byte > escapedPropertyName, long value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberIndented(ReadOnlySpan< char > escapedPropertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberIndented(ReadOnlySpan< byte > escapedPropertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberMinimized(ReadOnlySpan< char > escapedPropertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberMinimized(ReadOnlySpan< byte > escapedPropertyName, decimal value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberMinimized(ReadOnlySpan< char > escapedPropertyName, double value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberMinimized(ReadOnlySpan< byte > escapedPropertyName, double value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberMinimized(ReadOnlySpan< char > escapedPropertyName, float value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberMinimized(ReadOnlySpan< byte > escapedPropertyName, float value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberMinimized(ReadOnlySpan< char > escapedPropertyName, long value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberMinimized(ReadOnlySpan< byte > escapedPropertyName, long value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberMinimized(ReadOnlySpan< char > escapedPropertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberMinimized(ReadOnlySpan< byte > escapedPropertyName, ulong value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValue(decimal value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumberValue(double value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumberValue(float value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumberValue(ReadOnlySpan< byte > utf8FormattedNumber) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WriteNumberValue(int value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumberValue(long value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumberValue(uint value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumberValue(ulong value) | System.Text.Json.Utf8JsonWriter | inline |
WriteNumberValueAsString(decimal value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WriteNumberValueAsString(double value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WriteNumberValueAsString(float value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WriteNumberValueAsString(long value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WriteNumberValueAsString(ulong value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WriteNumberValueAsStringUnescaped(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WriteNumberValueIndented(decimal value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValueIndented(double value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValueIndented(float value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValueIndented(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValueIndented(long value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValueIndented(ulong value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValueMinimized(decimal value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValueMinimized(double value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValueMinimized(float value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValueMinimized(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValueMinimized(long value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteNumberValueMinimized(ulong value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WritePropertyName(DateTime value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyName(DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyName(decimal value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyName(double value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyName(float value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyName(Guid value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyName(bool value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyName(int value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyName(long value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyName(JsonEncodedText propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WritePropertyName(string propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WritePropertyName(ReadOnlySpan< char > propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WritePropertyName(ReadOnlySpan< byte > utf8PropertyName) | System.Text.Json.Utf8JsonWriter | inline |
WritePropertyName(uint value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyName(ulong value) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyNameHelper(ReadOnlySpan< byte > utf8PropertyName) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WritePropertyNameIndented(ReadOnlySpan< byte > escapedPropertyName, byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WritePropertyNameIndented(ReadOnlySpan< char > escapedPropertyName, byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WritePropertyNameMinimized(ReadOnlySpan< byte > escapedPropertyName, byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WritePropertyNameMinimized(ReadOnlySpan< char > escapedPropertyName, byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WritePropertyNameSection(ReadOnlySpan< byte > escapedPropertyNameSection) | System.Text.Json.Utf8JsonWriter | inlinepackage |
WritePropertyNameUnescaped(ReadOnlySpan< byte > utf8PropertyName) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteRawValue(string json, bool skipInputValidation=false) | System.Text.Json.Utf8JsonWriter | inline |
WriteRawValue(ReadOnlySpan< char > json, bool skipInputValidation=false) | System.Text.Json.Utf8JsonWriter | inline |
WriteRawValue(ReadOnlySpan< byte > utf8Json, bool skipInputValidation=false) | System.Text.Json.Utf8JsonWriter | inline |
WriteRawValueCore(ReadOnlySpan< byte > utf8Json, bool skipInputValidation) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStart(byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStartArray() | System.Text.Json.Utf8JsonWriter | inline |
WriteStartArray(JsonEncodedText propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteStartArray(ReadOnlySpan< byte > utf8PropertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteStartArray(string propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteStartArray(ReadOnlySpan< char > propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteStartByOptions(ReadOnlySpan< byte > utf8PropertyName, byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStartByOptions(ReadOnlySpan< char > propertyName, byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStartEscape(ReadOnlySpan< byte > utf8PropertyName, byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStartEscape(ReadOnlySpan< char > propertyName, byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStartEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, byte token, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStartEscapeProperty(ReadOnlySpan< char > propertyName, byte token, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStartHelper(ReadOnlySpan< byte > utf8PropertyName, byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStartIndented(byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStartMinimized(byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStartObject() | System.Text.Json.Utf8JsonWriter | inline |
WriteStartObject(JsonEncodedText propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteStartObject(ReadOnlySpan< byte > utf8PropertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteStartObject(string propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteStartObject(ReadOnlySpan< char > propertyName) | System.Text.Json.Utf8JsonWriter | inline |
WriteStartSlow(byte token) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteString(JsonEncodedText propertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(string propertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< char > propertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< byte > utf8PropertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(JsonEncodedText propertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(string propertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< char > propertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< byte > utf8PropertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(JsonEncodedText propertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(string propertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< char > propertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< byte > utf8PropertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(JsonEncodedText propertyName, JsonEncodedText value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(string propertyName, JsonEncodedText value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(string propertyName, string? value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< char > propertyName, ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(JsonEncodedText propertyName, string? value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(JsonEncodedText propertyName, ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(string propertyName, ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(JsonEncodedText propertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(string propertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< char > propertyName, JsonEncodedText value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< char > propertyName, string? value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< byte > utf8PropertyName, JsonEncodedText value) | System.Text.Json.Utf8JsonWriter | inline |
WriteString(ReadOnlySpan< byte > utf8PropertyName, string? value) | System.Text.Json.Utf8JsonWriter | inline |
WriteStringByOptions(ReadOnlySpan< char > propertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptions(ReadOnlySpan< byte > utf8PropertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptions(ReadOnlySpan< char > propertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptions(ReadOnlySpan< byte > utf8PropertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptions(ReadOnlySpan< char > propertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptions(ReadOnlySpan< byte > utf8PropertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptions(ReadOnlySpan< char > propertyName, ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptions(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptions(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptions(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptions(ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptions(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptionsPropertyName(ReadOnlySpan< char > propertyName) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringByOptionsPropertyName(ReadOnlySpan< byte > utf8PropertyName) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< char > propertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< byte > utf8PropertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< char > propertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< byte > utf8PropertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< char > propertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< byte > utf8PropertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< char > propertyName, ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscape(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeProperty(ReadOnlySpan< char > propertyName, DateTime value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, DateTime value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeProperty(ReadOnlySpan< char > propertyName, DateTimeOffset value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, DateTimeOffset value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeProperty(ReadOnlySpan< char > propertyName, Guid value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, Guid value, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeProperty(ReadOnlySpan< char > propertyName, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, int firstEscapeIndexProp) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapePropertyOnly(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > escapedValue, int firstEscapeIndex) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapePropertyOnly(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > escapedValue, int firstEscapeIndex) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapePropertyOrValue(ReadOnlySpan< char > propertyName, ReadOnlySpan< char > value, int firstEscapeIndexProp, int firstEscapeIndexVal) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapePropertyOrValue(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > utf8Value, int firstEscapeIndexProp, int firstEscapeIndexVal) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapePropertyOrValue(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > utf8Value, int firstEscapeIndexProp, int firstEscapeIndexVal) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapePropertyOrValue(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< char > value, int firstEscapeIndexProp, int firstEscapeIndexVal) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeValue(ReadOnlySpan< char > value, int firstEscapeIndexVal) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeValue(ReadOnlySpan< byte > utf8Value, int firstEscapeIndexVal) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeValueOnly(ReadOnlySpan< byte > escapedPropertyName, ReadOnlySpan< byte > utf8Value, int firstEscapeIndex) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringEscapeValueOnly(ReadOnlySpan< byte > escapedPropertyName, ReadOnlySpan< char > value, int firstEscapeIndex) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringHelper(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringHelperEscapeProperty(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringHelperEscapeProperty(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringHelperEscapeValue(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringHelperEscapeValue(ReadOnlySpan< byte > utf8PropertyName, ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< char > escapedPropertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< byte > escapedPropertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< char > escapedPropertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< byte > escapedPropertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< char > escapedPropertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< byte > escapedPropertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< char > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< byte > escapedPropertyName, ReadOnlySpan< byte > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< byte > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< byte > escapedPropertyName, ReadOnlySpan< char > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< char > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndented(ReadOnlySpan< byte > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndentedPropertyName(ReadOnlySpan< char > escapedPropertyName) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringIndentedPropertyName(ReadOnlySpan< byte > escapedPropertyName) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< char > escapedPropertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< byte > escapedPropertyName, DateTime value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< char > escapedPropertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< byte > escapedPropertyName, DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< char > escapedPropertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< byte > escapedPropertyName, Guid value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< char > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< byte > escapedPropertyName, ReadOnlySpan< byte > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< char > escapedPropertyName, ReadOnlySpan< byte > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< byte > escapedPropertyName, ReadOnlySpan< char > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< char > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimized(ReadOnlySpan< byte > escapedValue) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimizedPropertyName(ReadOnlySpan< char > escapedPropertyName) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringMinimizedPropertyName(ReadOnlySpan< byte > escapedPropertyName) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringPropertyNameSection(ReadOnlySpan< byte > escapedPropertyNameSection) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringValue(DateTime value) | System.Text.Json.Utf8JsonWriter | inline |
WriteStringValue(DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inline |
WriteStringValue(Guid value) | System.Text.Json.Utf8JsonWriter | inline |
WriteStringValue(JsonEncodedText value) | System.Text.Json.Utf8JsonWriter | inline |
WriteStringValue(string? value) | System.Text.Json.Utf8JsonWriter | inline |
WriteStringValue(ReadOnlySpan< char > value) | System.Text.Json.Utf8JsonWriter | inline |
WriteStringValue(ReadOnlySpan< byte > utf8Value) | System.Text.Json.Utf8JsonWriter | inline |
WriteStringValueIndented(DateTime value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringValueIndented(DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringValueIndented(Guid value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringValueMinimized(DateTime value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringValueMinimized(DateTimeOffset value) | System.Text.Json.Utf8JsonWriter | inlineprivate |
WriteStringValueMinimized(Guid value) | System.Text.Json.Utf8JsonWriter | inlineprivate |