1 instantiation of ParseMessageAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
424IAsyncResult result = new ParseMessageAsyncResult(httpRequestMessage, this, callback, state);
5 references to ParseMessageAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelHelpers.cs (5)
442Message message = ParseMessageAsyncResult.End(result, out requestException); 775ParseMessageAsyncResult thisPtr = (ParseMessageAsyncResult)result.AsyncState; 803ParseMessageAsyncResult thisPtr = AsyncResult.End<ParseMessageAsyncResult>(result);