5 references to CopyValue
System.Text.Json (5)
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (1)
76
return
CopyValue
(utf8Destination);
System\Text\Json\Serialization\Converters\Value\HalfConverter.cs (2)
47
int written = reader.
CopyValue
(byteBuffer);
141
int written = reader.
CopyValue
(buffer);
System\Text\Json\Serialization\Converters\Value\Int128Converter.cs (1)
45
int written = reader.
CopyValue
(buffer);
System\Text\Json\Serialization\Converters\Value\UInt128Converter.cs (1)
45
int written = reader.
CopyValue
(buffer);