6 references to HasLeftoverData
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderNLS.cs (2)
228Debug.Assert(HasLeftoverData, "Caller shouldn't invoke this routine unless there's leftover data in the decoder."); 284Debug.Assert(HasLeftoverData, "Caller shouldn't invoke this routine unless there's leftover data in the decoder.");
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.Internal.cs (4)
730if (!decoder.HasLeftoverData) 862if (decoder.HasLeftoverData) 1010if (!decoder.HasLeftoverData) 1139if (decoder.HasLeftoverData)