21 references to InternalGetNextChar
mscorlib (21)
system\text\asciiencoding.cs (2)
497
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackBuffer.
InternalGetNextChar
()) != 0 ||
679
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackBuffer.
InternalGetNextChar
()) != 0 ||
system\text\dbcscodepageencoding.cs (2)
588
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackBuffer.
InternalGetNextChar
()) != 0 ||
686
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackBuffer.
InternalGetNextChar
()) != 0 ||
system\text\encoding.cs (1)
2243
char cReturn = fallbackBuffer.
InternalGetNextChar
();
system\text\latin1encoding.cs (2)
140
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackBuffer.
InternalGetNextChar
()) != 0 ||
307
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackBuffer.
InternalGetNextChar
()) != 0 ||
system\text\sbcscodepageencoding.cs (2)
379
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackBuffer.
InternalGetNextChar
()) != 0 ||
566
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackBuffer.
InternalGetNextChar
()) != 0 ||
system\text\unicodeencoding.cs (2)
490
while (((ch = (fallbackBuffer == null) ? (char)0 :fallbackBuffer.
InternalGetNextChar
()) != 0) || chars < charEnd)
773
(char)0 : fallbackBuffer.
InternalGetNextChar
()) != 0) ||
system\text\utf32encoding.cs (2)
471
while (((ch = fallbackBuffer.
InternalGetNextChar
()) != 0) || chars < end)
601
while (((ch = fallbackBuffer.
InternalGetNextChar
()) != 0) || chars < charEnd)
system\text\utf8encoding.cs (8)
508
ch = fallbackBuffer != null ? fallbackBuffer.
InternalGetNextChar
() : 0;
519
ch = fallbackBuffer.
InternalGetNextChar
();
580
ch = fallbackBuffer.
InternalGetNextChar
();
652
if (fallbackBuffer != null && (ch = fallbackBuffer.
InternalGetNextChar
()) != 0)
897
ch = fallbackBuffer != null ? fallbackBuffer.
InternalGetNextChar
() : 0;
909
ch = fallbackBuffer.
InternalGetNextChar
();
958
ch = fallbackBuffer.
InternalGetNextChar
();
1074
if (fallbackBuffer != null && (ch = fallbackBuffer.
InternalGetNextChar
()) != 0)