10 references to RentWriterAndBuffer
System.Text.Json (10)
System\Text\Json\Serialization\JsonSerializer.Write.ByteArray.cs (2)
133
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
150
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
System\Text\Json\Serialization\JsonSerializer.Write.Element.cs (2)
128
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
146
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
System\Text\Json\Serialization\JsonSerializer.Write.Node.cs (2)
129
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
147
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
System\Text\Json\Serialization\JsonSerializer.Write.String.cs (2)
150
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
167
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (2)
268
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(Options, out PooledByteBufferWriter bufferWriter);
304
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(Options, out PooledByteBufferWriter bufferWriter);