2 writes to stream
System (2)
services\monitoring\system\diagnosticts\AsyncStreamReader.cs (2)
81this.stream = stream; 112stream = null;
7 references to stream
System (7)
services\monitoring\system\diagnosticts\AsyncStreamReader.cs (7)
108if (stream != null) 109stream.Close(); 111if (stream != null) { 130get { return stream; } 141stream.BeginRead(byteBuffer, 0 , byteBuffer.Length, new AsyncCallback(ReadBuffer), null); 158byteLen = stream.EndRead(ar); 195stream.BeginRead(byteBuffer, 0 , byteBuffer.Length, new AsyncCallback(ReadBuffer), null);