1 override of GetBytesWithFallback
System.Private.CoreLib (1)
4 references to GetBytesWithFallback
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Encoding.Internal.cs (3)
498return GetBytesWithFallback(
513/// after data has been drained, then to call <see cref="GetBytesWithFallback(ReadOnlySpan{char}, int, Span{byte}, int, EncoderNLS, bool)"/>.
568return GetBytesWithFallback(chars, originalCharCount, bytes, originalByteCount, encoder);