Lines Matching refs:Position
74 /// The position within the current buffer (i.e. the next byte to read)
102 /// total bytes read up to the current position can be computed as
108 /// The absolute position of the end of the current message.
224 /// Returns the current position in the input stream, or the position in the input buffer
226 public long Position
232 return input.Position - ((bufferSize + bufferSizeAfterLimit) - bufferPos);
672 /// stream is left in the original position and the method returns <c>false</c>.
925 /// Sets currentLimit to (current position) + byteLimit. This is called
1253 long previousPosition = input.Position;
1254 input.Position += amountToSkip;
1255 if (input.Position != previousPosition + amountToSkip)