1 write to _indentByte
System.Text.Json (1)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
151
_indentByte
= (byte)_options.IndentCharacter;
1 reference to _indentByte
System.Text.Json (1)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
1040
JsonWriterHelper.WriteIndentation(buffer, indent,
_indentByte
);