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