2 references to AsyncStreamReader
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
2560output = new AsyncStreamReader(this, s, new UserCallBack(this.OutputReadNotifyUser), standardOutput.CurrentEncoding); 2596error = new AsyncStreamReader(this, s, new UserCallBack(this.ErrorReadNotifyUser), standardError.CurrentEncoding);