2 overrides of InternalFallback
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderReplacementFallback.cs (1)
166
internal override unsafe int
InternalFallback
(byte[] bytes, byte* pBytes) =>
src\libraries\System.Private.CoreLib\src\System\Text\UTF7Encoding.cs (1)
897
internal override unsafe int
InternalFallback
(byte[] bytes, byte* pBytes)
8 references to InternalFallback
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1392
_charCountResult += _fallbackBuffer.
InternalFallback
(byteBuffer, _bytes);
src\libraries\System.Private.CoreLib\src\System\Text\UnicodeEncoding.cs (5)
1154
charCount += fallbackBuffer.
InternalFallback
(byteBuffer, bytes);
1191
charCount += fallbackBuffer.
InternalFallback
(byteBuffer, bytes);
1228
charCount += fallbackBuffer.
InternalFallback
(byteBuffer, bytes);
1264
charCount += fallbackBuffer.
InternalFallback
(byteBuffer, bytes);
1282
charCount += fallbackBuffer.
InternalFallback
([unchecked((byte)lastByte)], bytes);
src\libraries\System.Private.CoreLib\src\System\Text\UTF32Encoding.cs (2)
769
charCount += fallbackBuffer.
InternalFallback
(fallbackBytes, bytes);
812
charCount += fallbackBuffer.
InternalFallback
(fallbackBytes, bytes);