5 references to InternalFallback
System.Text.Encoding.CodePages (5)
System\Text\DBCSCodePageEncoding.cs (3)
803
return fallbackHelper.
InternalFallback
(byteBuffer, bytes);
829
charCount += fallbackHelper.
InternalFallback
(byteBuffer, bytes);
891
charCount += fallbackHelper.
InternalFallback
(byteBuffer, bytes);
System\Text\EncodingCharBuffer.cs (1)
172
_charCountResult += _fallbackBufferHelper.
InternalFallback
(byteBuffer, _bytes);
System\Text\SBCSCodePageEncoding.cs (1)
722
charCount += fallbackHelper.
InternalFallback
(byteBuffer, bytes);