3 writes to _length
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
804
_length
= length;
841
_length
= value;
888
_length
= (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);
10 references to _length
PresentationCore (10)
MS\Internal\IO\Packaging\NetStream.cs (10)
814
return _offset +
_length
;
836
return
_length
;
858
if (
_length
== b.
_length
)
861
if (
_length
< b.
_length
)
875
return (_offset +
_length
- b._offset >= 0);
877
return (b._offset + b.
_length
- _offset >= 0);
888
_length = (int)(Math.Max(_offset +
_length
, b._offset + b.
_length
) - _offset);