5 references to InternalGetNextChar
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1512char cReturn = fallbackBuffer.InternalGetNextChar();
src\libraries\System.Private.CoreLib\src\System\Text\UnicodeEncoding.cs (2)
392while (((ch = (fallbackBuffer is null) ? (char)0 : fallbackBuffer.InternalGetNextChar()) != 0) || chars < charEnd) 674(char)0 : fallbackBuffer.InternalGetNextChar()) != 0) ||
src\libraries\System.Private.CoreLib\src\System\Text\UTF32Encoding.cs (2)
388while (((ch = fallbackBuffer.InternalGetNextChar()) != 0) || chars < end) 523while (((ch = fallbackBuffer.InternalGetNextChar()) != 0) || chars < charEnd)