10 references to GetNextChar
System.Text.Encoding.CodePages (10)
System\Text\GB18030Encoding.cs (1)
239char ch = buffer.GetNextChar();
System\Text\ISCIIEncoding.cs (2)
161char ch = buffer.GetNextChar(); 272buffer.GetNextChar();
System\Text\ISO2022Encoding.cs (7)
386char ch = buffer.GetNextChar(); 537buffer.GetNextChar(); 550buffer.GetNextChar(); 627char ch = buffer.GetNextChar(); 697buffer.GetNextChar(); 773char ch = buffer.GetNextChar(); 857buffer.GetNextChar();