3 references to GetChars
System.Formats.Cbor (3)
System\Formats\Cbor\Reader\CborReader.String.cs (3)
247
CborHelpers.
GetChars
(utf8Encoding, encodedSlice, destination);
403
int charsWritten = CborHelpers.
GetChars
(input.utf8Encoding, source.Slice(o, l), target);
432
CborHelpers.
GetChars
(utf8Encoding, buffer.Slice(o, l), destination);