14 references to ReturnWriterAndBuffer
System.Text.Json (14)
System\Text\Json\Nodes\JsonNode.To.cs (2)
34Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output); 67Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Nodes\JsonValue.cs (1)
149Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Nodes\JsonValueOfTCustomized.cs (1)
61Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Serialization\JsonSerializer.Write.ByteArray.cs (2)
142Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output); 159Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Serialization\JsonSerializer.Write.Element.cs (2)
137Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output); 155Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Serialization\JsonSerializer.Write.Node.cs (2)
138Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output); 156Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Serialization\JsonSerializer.Write.String.cs (2)
159Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output); 176Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (2)
281Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, bufferWriter); 334Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, bufferWriter);