2 references to SetLeftoverData
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderNLS.cs (1)
352SetLeftoverData(combinedBuffer); // the buffer still only contains partial data; a future call to Convert will need it
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.Internal.cs (1)
1217decoder.SetLeftoverData(bytes); // squirrel away remaining data and finish