3 overrides of GetByteCount
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\EncoderNLS.cs (1)
64
public override unsafe int
GetByteCount
(char* chars, int count, bool flush)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1165
public override unsafe int
GetByteCount
(char* chars, int count, bool flush) =>
System.Text.Encoding.CodePages (1)
System\Text\EncoderNLS.cs (1)
95
public override unsafe int
GetByteCount
(char* chars, int count, bool flush)
1 reference to GetByteCount
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Encoder.cs (1)
284
if (
GetByteCount
(chars, charsUsed, flush) <= byteCount)