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