2 references to GetCharCountWithFallback
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.Internal.cs (2)
840
/// after data has been drained, then to call <see cref="
GetCharCountWithFallback
(ReadOnlySpan{byte}, int, DecoderNLS)"/>.
889
totalCharCount +=
GetCharCountWithFallback
(bytes, originalByteCount, decoder);