5 references to RentWriterAndBuffer
System.Text.Json (5)
System\Text\Json\Nodes\JsonNode.To.cs (2)
25
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(writerOptions, defaultBufferSize, out PooledByteBufferWriter output);
58
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(new JsonWriterOptions { Indented = true }, JsonSerializerOptions.BufferSizeDefault, out PooledByteBufferWriter output);
System\Text\Json\Nodes\JsonValue.cs (1)
137
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(
System\Text\Json\Nodes\JsonValueOfTCustomized.cs (1)
52
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(options: default, JsonSerializerOptions.BufferSizeDefault, out PooledByteBufferWriter output);
System\Text\Json\Writer\Utf8JsonWriterCache.cs (1)
18
RentWriterAndBuffer
(options.GetWriterOptions(), options.DefaultBufferSize, out bufferWriter);