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