2 references to MoveBufferSize
System.Xml (2)
System\Xml\XmlDownloadManager.cs (2)
220byte[] bytes = new byte[MoveBufferSize]; 222while ( ( read = stream.Read( bytes, 0, MoveBufferSize ) ) > 0 ) {