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