2 references to InvokeAsyncState
System.Web.Services (2)
System\Web\Services\Protocols\HttpClientProtocol.cs (2)
193
InvokeAsyncState invokeState = new
InvokeAsyncState
(method, paramWriter, parameters);
305
asyncResult.InternalAsyncState = new
InvokeAsyncState
(method, paramWriter, parameters);