Implemented interface member:
property
AsyncState
System.IAsyncResult.AsyncState
3 references to AsyncState
System (3)
net\System\Net\Cache\_CacheStreams.cs (1)
618userResult = userResult.AsyncState as InnerAsyncResult;
net\System\Net\webclient.cs (2)
1799AsyncOperation asyncOp = (AsyncOperation) lazyAsyncResult.AsyncState; 1870AsyncOperation asyncOp = (AsyncOperation) lazyAsyncResult.AsyncState;