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