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