5 references to ValidateUtf8AndGetCharCount
System.Formats.Cbor (5)
System\Formats\Cbor\Reader\CborReader.String.cs (5)
240int charLength = ValidateUtf8AndGetCharCount(encodedSlice, utf8Encoding); 283ValidateUtf8AndGetCharCount(encodedSlice.Span, encoding); 388concatenatedStringSize += ValidateUtf8AndGetCharCount(buffer.Slice(o, l), utf8Encoding); 423concatenatedStringSize += ValidateUtf8AndGetCharCount(buffer.Slice(o, l), utf8Encoding); 503ValidateUtf8AndGetCharCount(encodedSlice, utf8Encoding);