2 references to IndentSizeMask
System.Text.Json (2)
System\Text\Json\Writer\JsonWriterOptions.cs (2)
73
readonly get => EncodeIndentSize((_optionsMask &
IndentSizeMask
) >> OptionsBitCount);
77
_optionsMask = (_optionsMask & ~
IndentSizeMask
) | (EncodeIndentSize(value) << OptionsBitCount);