8 types derived from DecoderNLS
mscorlib (8)
system\text\dbcscodepageencoding.cs (1)
1178
internal class DBCSDecoder :
DecoderNLS
system\text\gb18030encoding.cs (1)
849
internal sealed class GB18030Decoder : System.Text.
DecoderNLS
, ISerializable
system\text\isciiencoding.cs (1)
791
internal class ISCIIDecoder :
DecoderNLS
system\text\iso2022encoding.cs (1)
1900
internal class ISO2022Decoder : System.Text.
DecoderNLS
system\text\unicodeencoding.cs (1)
2017
private class Decoder : System.Text.
DecoderNLS
, ISerializable
system\text\utf32encoding.cs (1)
1231
internal class UTF32Decoder :
DecoderNLS
system\text\utf7encoding.cs (1)
900
private class Decoder :
DecoderNLS
, ISerializable
system\text\utf8encoding.cs (1)
2496
internal class UTF8Decoder :
DecoderNLS
, ISerializable
2 instantiations of DecoderNLS
mscorlib (2)
system\text\asciiencoding.cs (1)
1013
return new
DecoderNLS
(this);
system\text\encodingnls.cs (1)
366
return new
DecoderNLS
(this);
29 references to DecoderNLS
mscorlib (29)
system\io\binaryreader.cs (2)
345
DecoderNLS
decoder = m_decoder as
DecoderNLS
;
system\text\asciiencoding.cs (2)
756
internal override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
decoder)
830
char* chars, int charCount,
DecoderNLS
decoder)
system\text\dbcscodepageencoding.cs (2)
784
internal override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
baseDecoder)
931
char* chars, int charCount,
DecoderNLS
baseDecoder)
system\text\encoding.cs (5)
1208
internal virtual unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
decoder)
1322
char* chars, int charCount,
DecoderNLS
decoder)
1628
internal void ThrowCharsOverflow(
DecoderNLS
decoder, bool nothingDecoded)
1914
DecoderNLS
decoder;
1924
internal unsafe EncodingCharBuffer(Encoding enc,
DecoderNLS
decoder, char* charStart, int charCount,
system\text\gb18030encoding.cs (2)
447
internal override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
baseDecoder)
455
char* chars, int charCount,
DecoderNLS
baseDecoder)
system\text\isciiencoding.cs (2)
349
internal override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
baseDecoder)
363
char* chars, int charCount,
DecoderNLS
baseDecoder)
system\text\iso2022encoding.cs (2)
329
internal override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
baseDecoder)
341
char* chars, int charCount,
DecoderNLS
baseDecoder)
system\text\latin1encoding.cs (2)
396
internal override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
decoder)
409
char* chars, int charCount,
DecoderNLS
decoder)
system\text\sbcscodepageencoding.cs (2)
657
internal override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
decoder)
742
char* chars, int charCount,
DecoderNLS
decoder)
system\text\unicodeencoding.cs (2)
1152
internal override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
baseDecoder)
1492
char* chars, int charCount,
DecoderNLS
baseDecoder )
system\text\utf32encoding.cs (2)
758
internal override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
baseDecoder)
902
char* chars, int charCount,
DecoderNLS
baseDecoder)
system\text\utf7encoding.cs (2)
659
internal override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
baseDecoder)
670
char* chars, int charCount,
DecoderNLS
baseDecoder)
system\text\utf8encoding.cs (2)
1292
internal override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
baseDecoder)
1688
char* chars, int charCount,
DecoderNLS
baseDecoder)