3 writes to hasCompletedAsynchronously
System.ServiceModel (3)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
1486
this.
hasCompletedAsynchronously
&= result.CompletedSynchronously;
1509
this.
hasCompletedAsynchronously
&= result.CompletedSynchronously;
1553
this.
hasCompletedAsynchronously
&= result.CompletedSynchronously;
5 references to hasCompletedAsynchronously
System.ServiceModel (5)
System\ServiceModel\Channels\DatagramAdapter.cs (5)
1503
this.Complete(this.
hasCompletedAsynchronously
, exception);
1525
this.Complete(this.
hasCompletedAsynchronously
, exception);
1531
this.Complete(this.
hasCompletedAsynchronously
);
1547
this.Complete(this.
hasCompletedAsynchronously
, exception);
1573
this.Complete(this.
hasCompletedAsynchronously
, exception);