Base:
property
Length
System.IO.Stream.Length
2 references to Length
System.IO.Log (2)
System\IO\Log\FileRegion.cs (2)
143
if (this.
Length
- this.Position < count)
145
count = checked((int)(this.
Length
- this.Position));