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