13 references to GetNextChar
mscorlib (13)
system\text\gb18030encoding.cs (1)
294char ch = buffer.GetNextChar();
system\text\isciiencoding.cs (2)
208char ch = buffer.GetNextChar(); 319buffer.GetNextChar();
system\text\iso2022encoding.cs (7)
444char ch = buffer.GetNextChar(); 595buffer.GetNextChar(); 608buffer.GetNextChar(); 687char ch = buffer.GetNextChar(); 757buffer.GetNextChar(); 835char ch = buffer.GetNextChar(); 919buffer.GetNextChar();
system\text\utf7encoding.cs (3)
553char currentChar = buffer.GetNextChar(); 607currentChar = buffer.GetNextChar(); // We're processing this char still, but AddByte 642buffer.GetNextChar();