Base:
property
Length
System.IO.Stream.Length
3 references to Length
System.Runtime.Remoting (3)
channels\core\chunkedmemorystream.cs (3)
168 Position = Length + offset; 360int length = (int)Length; // this will throw if stream is closed 361byte[] copy = new byte[Length];