13 references to ShouldFlush
System.Text.Json (13)
System\Text\Json\Serialization\Converters\Collection\ArrayConverter.cs (1)
60
if (
ShouldFlush
(ref state, writer))
System\Text\Json\Serialization\Converters\Collection\DictionaryDefaultConverter.cs (1)
49
if (
ShouldFlush
(ref state, writer))
System\Text\Json\Serialization\Converters\Collection\DictionaryOfTKeyTValueConverter.cs (1)
64
if (
ShouldFlush
(ref state, writer))
System\Text\Json\Serialization\Converters\Collection\IAsyncEnumerableOfTConverter.cs (1)
110
if (
ShouldFlush
(ref state, writer))
System\Text\Json\Serialization\Converters\Collection\IDictionaryConverter.cs (1)
64
if (
ShouldFlush
(ref state, writer))
System\Text\Json\Serialization\Converters\Collection\IEnumerableConverter.cs (1)
63
if (
ShouldFlush
(ref state, writer))
System\Text\Json\Serialization\Converters\Collection\IEnumerableDefaultConverter.cs (1)
41
if (
ShouldFlush
(ref state, writer))
System\Text\Json\Serialization\Converters\Collection\IListConverter.cs (1)
68
if (
ShouldFlush
(ref state, writer))
System\Text\Json\Serialization\Converters\Collection\ListOfTConverter.cs (1)
65
if (
ShouldFlush
(ref state, writer))
System\Text\Json\Serialization\Converters\Collection\ReadOnlyMemoryConverter.cs (1)
78
if (
ShouldFlush
(ref state, writer))
System\Text\Json\Serialization\Converters\Collection\StackOrQueueConverter.cs (1)
63
if (
ShouldFlush
(ref state, writer))
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (2)
404
if (
ShouldFlush
(ref state, writer))
433
if (
ShouldFlush
(ref state, writer))