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