3 writes to _length
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
810
_length
= length;
847
_length
= value;
894
_length
= (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);
10 references to _length
PresentationCore (10)
MS\Internal\IO\Packaging\NetStream.cs (10)
820
return _offset +
_length
;
842
return
_length
;
864
if (
_length
== b.
_length
)
867
if (
_length
< b.
_length
)
881
return (_offset +
_length
- b._offset >= 0);
883
return (b._offset + b.
_length
- _offset >= 0);
894
_length = (int)(Math.Max(_offset +
_length
, b._offset + b.
_length
) - _offset);