1 instantiation of GB18030Decoder
System.Text.Encoding.CodePages (1)
System\Text\GB18030Encoding.cs (1)
783return new GB18030Decoder(this);
2 references to GB18030Decoder
System.Text.Encoding.CodePages (2)
System\Text\GB18030Encoding.cs (2)
408GB18030Decoder? decoder = (GB18030Decoder?)baseDecoder;