2 implementations of SetInput
System (2)
sys\System\IO\compression\DeflaterManaged.cs (1)
71void IDeflater.SetInput(byte[] inputBuffer, int startIndex, int count) {
sys\System\IO\compression\DeflaterZLib.cs (1)
134void IDeflater.SetInput(byte[] inputBuffer, int startIndex, int count) {
1 reference to SetInput
System (1)
sys\System\IO\compression\DeflateStream.cs (1)
503deflater.SetInput(array, offset, count);