2 overrides of GetCharCount
mscorlib (2)
system\text\decodernls.cs (1)
111public unsafe override int GetCharCount(byte* bytes, int count, bool flush)
system\text\encoding.cs (1)
1859public unsafe override int GetCharCount(byte* bytes, int count, bool flush)
1 reference to GetCharCount
mscorlib (1)
system\text\decoder.cs (1)
334if (GetCharCount(bytes, bytesUsed, flush) <= charCount)