2 writes to InternalAsyncState
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (1)
559this.InternalAsyncState = internalAsyncState;
System\Web\Services\Protocols\HttpClientProtocol.cs (1)
305asyncResult.InternalAsyncState = new InvokeAsyncState(method, paramWriter, parameters);
3 references to InternalAsyncState
System.Web.Services (3)
System\Web\Services\Protocols\ClientProtocol.cs (3)
244InitializeAsyncRequest(request, asyncResult.InternalAsyncState); 280client.ClientProtocol.AsyncBufferedSerialize(client.Request, requestStream, client.InternalAsyncState); 506internalAsyncState = client.InternalAsyncState;