14 references to InternalFallback
mscorlib (14)
system\text\asciiencoding.cs (1)
918if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars))
system\text\dbcscodepageencoding.cs (3)
981if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars)) 1005if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars)) 1074if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars))
system\text\encoding.cs (1)
2069if (fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars) == false)
system\text\sbcscodepageencoding.cs (1)
856if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars))
system\text\unicodeencoding.cs (5)
1667if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars)) 1716if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars)) 1775if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars)) 1837if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars)) 1873if (!fallbackBuffer.InternalFallback( new byte[] { unchecked((byte)lastByte) }, bytes, ref chars ))
system\text\utf32encoding.cs (2)
990if (!fallbackBuffer.InternalFallback(fallbackBytes, bytes, ref chars)) 1074if (!fallbackBuffer.InternalFallback(fallbackBytes, bytes, ref chars))
system\text\utf8encoding.cs (1)
2230if (!fallback.InternalFallback(bytesUnknown, pSrc, ref pTarget))