5 references to InternalFallback
System.Text.Encoding.CodePages (5)
System\Text\DBCSCodePageEncoding.cs (3)
814
return fallbackHelper.
InternalFallback
(byteBuffer, bytes);
840
charCount += fallbackHelper.
InternalFallback
(byteBuffer, bytes);
902
charCount += fallbackHelper.
InternalFallback
(byteBuffer, bytes);
System\Text\EncodingCharBuffer.cs (1)
172
_charCountResult += _fallbackBufferHelper.
InternalFallback
(byteBuffer, _bytes);
System\Text\SBCSCodePageEncoding.cs (1)
733
charCount += fallbackHelper.
InternalFallback
(byteBuffer, bytes);