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