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