3 overrides of GetCharCount
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderNLS.cs (1)
65public override unsafe int GetCharCount(byte* bytes, int count, bool flush)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1219public override unsafe int GetCharCount(byte* bytes, int count, bool flush) =>
System.Text.Encoding.CodePages (1)
System\Text\DecoderNLS.cs (1)
97public override unsafe int GetCharCount(byte* bytes, int count, bool flush)
1 reference to GetCharCount
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Decoder.cs (1)
285if (GetCharCount(bytes, bytesUsed, flush) <= charCount)