2 references to TabIndentCharacter
System.Text.Json (2)
System\Text\Json\Writer\JsonWriterHelper.cs (1)
52
if (value is not JsonConstants.DefaultIndentCharacter and not JsonConstants.
TabIndentCharacter
)
System\Text\Json\Writer\JsonWriterOptions.cs (1)
55
readonly get => (_optionsMask & IndentCharacterBit) != 0 ? JsonConstants.
TabIndentCharacter
: JsonConstants.DefaultIndentCharacter;