13 references to ReturnWriterAndBuffer
System.Text.Json (13)
System\Text\Json\Nodes\JsonNode.To.cs (2)
34Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output); 67Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Nodes\JsonValue.cs (1)
152Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Nodes\JsonValueOfTCustomized.cs (1)
64Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Serialization\JsonSerializer.Write.ByteArray.cs (2)
151Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output); 168Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Serialization\JsonSerializer.Write.Element.cs (2)
146Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output); 164Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Serialization\JsonSerializer.Write.Node.cs (2)
147Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output); 165Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Serialization\JsonSerializer.Write.String.cs (2)
168Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output); 185Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, output);
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (1)
278Utf8JsonWriterCache.ReturnWriterAndBuffer(writer, bufferWriter);