1 instantiation of InvokeAsyncCompletedEventArgs
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1058
InvokeAsyncCompletedEventArgs e = new
InvokeAsyncCompletedEventArgs
(results, error, false, context.AsyncOperation.UserSuppliedState);
39 references to InvokeAsyncCompletedEventArgs
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1058
InvokeAsyncCompletedEventArgs
e = new InvokeAsyncCompletedEventArgs(results, error, false, context.AsyncOperation.UserSuppliedState);
System.ServiceModel.Activities (26)
System\ServiceModel\Activities\WorkflowControlClient.cs (12)
446
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
469
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
492
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
513
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
533
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
553
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (14)
497
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
520
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
543
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
564
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
584
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
604
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
626
InvokeAsyncCompletedEventArgs
e = (
InvokeAsyncCompletedEventArgs
)state;
System.ServiceModel.Discovery (12)
System\ServiceModel\Discovery\Version11\AnnouncementInnerClient11.cs (4)
211
InvokeAsyncCompletedEventArgs
e = ((
InvokeAsyncCompletedEventArgs
)(state));
232
InvokeAsyncCompletedEventArgs
e = ((
InvokeAsyncCompletedEventArgs
)(state));
System\ServiceModel\Discovery\VersionApril2005\AnnouncementInnerClientApril2005.cs (4)
163
InvokeAsyncCompletedEventArgs
e = ((
InvokeAsyncCompletedEventArgs
)(state));
208
InvokeAsyncCompletedEventArgs
e = ((
InvokeAsyncCompletedEventArgs
)(state));
System\ServiceModel\Discovery\VersionCD1\AnnouncementInnerClientCD1.cs (4)
211
InvokeAsyncCompletedEventArgs
e = ((
InvokeAsyncCompletedEventArgs
)(state));
232
InvokeAsyncCompletedEventArgs
e = ((
InvokeAsyncCompletedEventArgs
)(state));