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