2 instantiations of InvokeAsyncState
System.Web.Services (2)
System\Web\Services\Protocols\SoapClientProtocol.cs (2)
334InvokeAsyncState invokeState = new InvokeAsyncState(methodName, parameters); 437InvokeAsyncState invokeState = new InvokeAsyncState(methodName, parameters);
10 references to InvokeAsyncState
System.Web.Services (10)
System\Web\Services\Protocols\SoapClientProtocol.cs (10)
334InvokeAsyncState invokeState = new InvokeAsyncState(methodName, parameters); 344InvokeAsyncState invokeState = (InvokeAsyncState)internalAsyncState; 349InvokeAsyncState invokeState = (InvokeAsyncState)internalAsyncState; 377InvokeAsyncState invokeState = (InvokeAsyncState)o; 399InvokeAsyncState invokeState = (InvokeAsyncState)o; 437InvokeAsyncState invokeState = new InvokeAsyncState(methodName, parameters);