3 references to FlushThreshold
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (3)
70
int flushThreshold = (int)(writer.Capacity * JsonSerializer.
FlushThreshold
);
80
int flushThreshold = (int)(4 * PipeOptions.Default.MinimumSegmentSize * JsonSerializer.
FlushThreshold
);
311
state.FlushThreshold = (int)(bufferWriter.Capacity * JsonSerializer.
FlushThreshold
);