4 types derived from EncoderNLS
mscorlib (4)
system\text\isciiencoding.cs (1)
751
internal class ISCIIEncoder :
EncoderNLS
system\text\iso2022encoding.cs (1)
1867
internal class ISO2022Encoder : System.Text.
EncoderNLS
system\text\utf7encoding.cs (1)
966
private class Encoder :
EncoderNLS
, ISerializable
system\text\utf8encoding.cs (1)
2421
internal class UTF8Encoder :
EncoderNLS
, ISerializable
4 instantiations of EncoderNLS
mscorlib (4)
system\text\asciiencoding.cs (1)
1020
return new
EncoderNLS
(this);
system\text\encodingnls.cs (1)
371
return new
EncoderNLS
(this);
system\text\unicodeencoding.cs (1)
1919
return new
EncoderNLS
(this);
system\text\utf32encoding.cs (1)
1132
return new
EncoderNLS
(this);
31 references to EncoderNLS
mscorlib (31)
system\text\asciiencoding.cs (2)
404
internal override unsafe int GetByteCount(char* chars, int charCount,
EncoderNLS
encoder)
540
byte* bytes, int byteCount,
EncoderNLS
encoder)
system\text\dbcscodepageencoding.cs (2)
539
internal override unsafe int GetByteCount(char* chars, int count,
EncoderNLS
encoder)
631
byte* bytes, int byteCount,
EncoderNLS
encoder)
system\text\encoderfallback.cs (2)
119
internal
EncoderNLS
encoder;
140
internal unsafe void InternalInitialize(char* charStart, char* charEnd,
EncoderNLS
encoder, bool setEncoder)
system\text\encoding.cs (7)
1011
internal virtual unsafe int GetByteCount(char* chars, int count,
EncoderNLS
encoder)
1088
byte* bytes, int byteCount,
EncoderNLS
encoder)
1603
internal void ThrowBytesOverflow(
EncoderNLS
encoder, bool nothingEncoded)
1696
EncoderNLS
encoderNls = encoder as
EncoderNLS
;
2112
EncoderNLS
encoder;
2116
internal unsafe EncodingByteBuffer(Encoding inEncoding,
EncoderNLS
inEncoder,
system\text\gb18030encoding.cs (2)
258
internal override unsafe int GetByteCount(char* chars, int count,
EncoderNLS
encoder)
266
byte* bytes, int byteCount,
EncoderNLS
encoder)
system\text\isciiencoding.cs (2)
163
internal override unsafe int GetByteCount(char* chars, int count,
EncoderNLS
baseEncoder)
172
byte* bytes, int byteCount,
EncoderNLS
baseEncoder)
system\text\iso2022encoding.cs (2)
276
internal override unsafe int GetByteCount(char* chars, int count,
EncoderNLS
baseEncoder)
288
byte* bytes, int byteCount,
EncoderNLS
baseEncoder)
system\text\latin1encoding.cs (2)
65
internal override unsafe int GetByteCount(char* chars, int charCount,
EncoderNLS
encoder)
182
byte* bytes, int byteCount,
EncoderNLS
encoder)
system\text\sbcscodepageencoding.cs (2)
304
internal override unsafe int GetByteCount(char* chars, int count,
EncoderNLS
encoder)
426
byte* bytes, int byteCount,
EncoderNLS
encoder)
system\text\unicodeencoding.cs (2)
438
internal override unsafe int GetByteCount(char* chars, int count,
EncoderNLS
encoder)
732
byte* bytes, int byteCount,
EncoderNLS
encoder)
system\text\utf32encoding.cs (2)
437
internal override unsafe int GetByteCount(char *chars, int count,
EncoderNLS
encoder)
564
byte* bytes, int byteCount,
EncoderNLS
encoder)
system\text\utf7encoding.cs (2)
508
internal override unsafe int GetByteCount(char* chars, int count,
EncoderNLS
baseEncoder)
519
byte* bytes, int byteCount,
EncoderNLS
baseEncoder)
system\text\utf8encoding.cs (2)
472
internal override unsafe int GetByteCount(char *chars, int count,
EncoderNLS
baseEncoder)
850
byte* bytes, int byteCount,
EncoderNLS
baseEncoder)