3 writes to _length
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
811
_length
= length;
848
_length
= value;
895
_length
= (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);
10 references to _length
PresentationCore (10)
MS\Internal\IO\Packaging\NetStream.cs (10)
821
return _offset +
_length
;
843
return
_length
;
865
if (
_length
== b.
_length
)
868
if (
_length
< b.
_length
)
882
return (_offset +
_length
- b._offset >= 0);
884
return (b._offset + b.
_length
- _offset >= 0);
895
_length = (int)(Math.Max(_offset +
_length
, b._offset + b.
_length
) - _offset);