2 overrides of GetByteCount
mscorlib (2)
system\text\encodernls.cs (1)
114
public unsafe override int
GetByteCount
(char* chars, int count, bool flush)
system\text\encoding.cs (1)
1732
public unsafe override int
GetByteCount
(char* chars, int count, bool flush)
2 references to GetByteCount
mscorlib (1)
system\text\encoder.cs (1)
326
if (
GetByteCount
(chars, charsUsed, flush) <= byteCount)
System.Web (1)
HttpWriter.cs (1)
566
int cbBuffer = encoder.
GetByteCount
(pch, cch, true /*flush*/);