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