3 references to IndentCharacterBit
System.Text.Json (3)
System\Text\Json\Writer\JsonWriterOptions.cs (3)
55
readonly get => (_optionsMask &
IndentCharacterBit
) != 0 ? JsonConstants.TabIndentCharacter : JsonConstants.DefaultIndentCharacter;
60
_optionsMask |=
IndentCharacterBit
;
62
_optionsMask &= ~
IndentCharacterBit
;