2 instantiations of InvokeAsyncState
System.Web.Services (2)
System\Web\Services\Protocols\HttpClientProtocol.cs (2)
193InvokeAsyncState invokeState = new InvokeAsyncState(method, paramWriter, parameters); 305asyncResult.InternalAsyncState = new InvokeAsyncState(method, paramWriter, parameters);
9 references to InvokeAsyncState
System.Web.Services (9)
System\Web\Services\Protocols\HttpClientProtocol.cs (9)
193InvokeAsyncState invokeState = new InvokeAsyncState(method, paramWriter, parameters); 204InvokeAsyncState invokeState = (InvokeAsyncState)internalAsyncState; 210InvokeAsyncState invokeState = (InvokeAsyncState)internalAsyncState; 240InvokeAsyncState invokeState = (InvokeAsyncState) o; 253InvokeAsyncState invokeState = (InvokeAsyncState) o;