5 references to InternalGetNextChar
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1512
char cReturn = fallbackBuffer.
InternalGetNextChar
();
src\libraries\System.Private.CoreLib\src\System\Text\UnicodeEncoding.cs (2)
392
while (((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)
388
while (((ch = fallbackBuffer.
InternalGetNextChar
()) != 0) || chars < end)
523
while (((ch = fallbackBuffer.
InternalGetNextChar
()) != 0) || chars < charEnd)