2 instantiations of 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);
9 references to InvokeAsyncState
System.Web.Services (9)
System\Web\Services\Protocols\HttpClientProtocol.cs (9)
193
InvokeAsyncState
invokeState = new InvokeAsyncState(method, paramWriter, parameters);
204
InvokeAsyncState
invokeState = (
InvokeAsyncState
)internalAsyncState;
210
InvokeAsyncState
invokeState = (
InvokeAsyncState
)internalAsyncState;
240
InvokeAsyncState
invokeState = (
InvokeAsyncState
) o;
253
InvokeAsyncState
invokeState = (
InvokeAsyncState
) o;