6 references to Length
System.IO.Pipelines (6)
System\IO\Pipelines\BufferSegment.cs (1)
119
segment.NextSegment.RunningIndex = segment.RunningIndex + segment.
Length
;
System\IO\Pipelines\Pipe.cs (2)
200
if (_writingHead.
Length
== 0)
535
if (consumedIndex == returnEnd.
Length
)
System\IO\Pipelines\StreamPipeReader.cs (1)
137
else if (consumedIndex == returnEnd.
Length
)
System\IO\Pipelines\StreamPipeWriter.cs (2)
322
if (returnSegment.
Length
> 0 && writeToStream)
394
if (returnSegment.
Length
> 0 && writeToStream)