3 references to ContextAwareResult
System.Net.Requests (3)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (1)
91this(false, false, myObject, myState, myCallBack)
System\Net\FtpWebRequest.cs (2)
626asyncResult = new ContextAwareResult(true, true, this, state, callback); 780asyncResult = new ContextAwareResult(true, true, this, state, callback);