3 references to GetByteCountWithFallback
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.Internal.cs (3)
233return GetByteCountWithFallback( 246/// after data has been drained, then to call <see cref="GetByteCountWithFallback(ReadOnlySpan{char}, int, EncoderNLS)"/>. 289totalByteCount += GetByteCountWithFallback(chars, originalCharCount, encoder);