5 references to InternalGetNextChar
System.Text.Encoding.CodePages (5)
System\Text\DBCSCodePageEncoding.cs (2)
573
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackHelper.
InternalGetNextChar
()) != 0 ||
675
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackHelper.
InternalGetNextChar
()) != 0 ||
System\Text\EncodingByteBuffer.cs (1)
135
char cReturn = fallbackBufferHelper.
InternalGetNextChar
();
System\Text\SBCSCodePageEncoding.cs (2)
376
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackHelper.
InternalGetNextChar
()) != 0 || chars < charEnd)
568
while ((ch = (fallbackBuffer == null) ? '\0' : fallbackHelper.
InternalGetNextChar
()) != 0 ||