7 references to ThrowLastCharRecursive
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Text\EncoderFallback.cs (4)
229ThrowLastCharRecursive(thisRune.Value); 259ThrowLastCharRecursive(thisRune.Value); 333ThrowLastCharRecursive(char.ConvertToUtf32(ch, cNext)); 346ThrowLastCharRecursive((int)ch);
src\libraries\System.Private.CoreLib\src\System\Text\EncoderReplacementFallback.cs (3)
103ThrowLastCharRecursive(char.ConvertToUtf32(charUnknown, _strDefault[_fallbackIndex + 1])); 106ThrowLastCharRecursive(unchecked((int)charUnknown)); 131ThrowLastCharRecursive(char.ConvertToUtf32(charUnknownHigh, charUnknownLow));