4 types derived from DecoderNLS
System.Text.Encoding.CodePages (4)
System\Text\DBCSCodePageEncoding.cs (1)
1161
internal sealed class DBCSDecoder :
DecoderNLS
System\Text\GB18030Encoding.cs (1)
786
internal sealed class GB18030Decoder :
DecoderNLS
System\Text\ISCIIEncoding.cs (1)
731
internal sealed class ISCIIDecoder :
DecoderNLS
System\Text\ISO2022Encoding.cs (1)
1821
internal sealed class ISO2022Decoder : System.Text.
DecoderNLS
1 instantiation of DecoderNLS
System.Text.Encoding.CodePages (1)
System\Text\EncodingNLS.cs (1)
307
return new
DecoderNLS
(this);
15 references to DecoderNLS
System.Text.Encoding.CodePages (15)
System\Text\DBCSCodePageEncoding.cs (2)
767
public override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
? baseDecoder)
916
char* chars, int charCount,
DecoderNLS
? baseDecoder)
System\Text\EncodingCharBuffer.cs (2)
15
private readonly
DecoderNLS
? _decoder;
22
internal unsafe EncodingCharBuffer(EncodingNLS enc,
DecoderNLS
? decoder, char* charStart, int charCount, byte* byteStart, int byteCount)
System\Text\EncodingNLS.cs (3)
40
public abstract unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
? decoder);
41
public abstract unsafe int GetChars(byte* bytes, int byteCount, char* chars, int charCount,
DecoderNLS
? decoder);
330
internal void ThrowCharsOverflow(
DecoderNLS
? decoder, bool nothingDecoded)
System\Text\GB18030Encoding.cs (2)
391
public override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
? baseDecoder)
398
char* chars, int charCount,
DecoderNLS
? baseDecoder)
System\Text\ISCIIEncoding.cs (2)
301
public override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
? baseDecoder)
314
char* chars, int charCount,
DecoderNLS
? baseDecoder)
System\Text\ISO2022Encoding.cs (2)
274
public override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
? baseDecoder)
285
char* chars, int charCount,
DecoderNLS
? baseDecoder)
System\Text\SBCSCodePageEncoding.cs (2)
657
public override unsafe int GetCharCount(byte* bytes, int count,
DecoderNLS
? decoder)
746
char* chars, int charCount,
DecoderNLS
? decoder)