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