5 references to ThrowLastCharRecursive
mscorlib (5)
system\text\encoderfallback.cs (2)
205ThrowLastCharRecursive(Char.ConvertToUtf32(ch, cNext)); 219ThrowLastCharRecursive((int)ch);
system\text\encoderreplacementfallback.cs (3)
135ThrowLastCharRecursive(Char.ConvertToUtf32(charUnknown, strDefault[fallbackIndex+1])); 138ThrowLastCharRecursive(unchecked((int)charUnknown)); 166ThrowLastCharRecursive(Char.ConvertToUtf32(charUnknownHigh, charUnknownLow));