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