Base:
2 references to GetCharCount
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnCharacterStringEncodings.cs (2)
129return GetCharCount(new ReadOnlySpan<byte>(bytes, index, count)); 134return GetCharCount(new ReadOnlySpan<byte>(bytes, count));