5 references to Push
System (5)
net\System\Net\mail\SmtpReplyReaderFactory.cs (5)
283bufferedStream.Push(buffer, offset + actual, read - actual); 354bufferedStream.Push(byteBuffer, start, read - start); 362bufferedStream.Push(byteBuffer, start, read - start); 489parent.bufferedStream.Push(parent.byteBuffer, start, read - start); 497parent.bufferedStream.Push(parent.byteBuffer, start, read - start);