7 references to CopyValue
System.Text.Json (7)
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (1)
76return CopyValue(utf8Destination);
System\Text\Json\Serialization\Converters\Value\HalfConverter.cs (2)
61int written = reader.CopyValue(byteBuffer); 186int written = reader.CopyValue(buffer);
System\Text\Json\Serialization\Converters\Value\Ieee754FloatingPointConverter.cs (2)
150int written = reader.CopyValue(byteBuffer); 230int written = reader.CopyValue(buffer);
System\Text\Json\Serialization\Converters\Value\Int128Converter.cs (1)
56int written = reader.CopyValue(buffer);
System\Text\Json\Serialization\Converters\Value\UInt128Converter.cs (1)
56int written = reader.CopyValue(buffer);