5 references to ValidateUtf8AndGetCharCount
System.Formats.Cbor (5)
System\Formats\Cbor\Reader\CborReader.String.cs (5)
239
int charLength =
ValidateUtf8AndGetCharCount
(encodedSlice, utf8Encoding);
282
ValidateUtf8AndGetCharCount
(encodedSlice.Span, encoding);
386
concatenatedStringSize +=
ValidateUtf8AndGetCharCount
(buffer.Slice(o, l), utf8Encoding);
421
concatenatedStringSize +=
ValidateUtf8AndGetCharCount
(buffer.Slice(o, l), utf8Encoding);
499
ValidateUtf8AndGetCharCount
(encodedSlice, utf8Encoding);