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