9 references to RentWriterAndBuffer
System.Text.Json (9)
System\Text\Json\Serialization\JsonSerializer.Write.ByteArray.cs (2)
142
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
159
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
System\Text\Json\Serialization\JsonSerializer.Write.Element.cs (2)
137
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
155
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
System\Text\Json\Serialization\JsonSerializer.Write.Node.cs (2)
138
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
156
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
System\Text\Json\Serialization\JsonSerializer.Write.String.cs (2)
159
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
176
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(jsonTypeInfo.Options, out PooledByteBufferWriter output);
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (1)
265
Utf8JsonWriter writer = Utf8JsonWriterCache.
RentWriterAndBuffer
(Options, out PooledByteBufferWriter bufferWriter);