3 writes to hasCompletedAsynchronously
System.ServiceModel (3)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
1252
this.
hasCompletedAsynchronously
&= result.CompletedSynchronously;
1275
this.
hasCompletedAsynchronously
&= result.CompletedSynchronously;
1319
this.
hasCompletedAsynchronously
&= result.CompletedSynchronously;
5 references to hasCompletedAsynchronously
System.ServiceModel (5)
System\ServiceModel\Channels\DatagramAdapter.cs (5)
1269
this.Complete(this.
hasCompletedAsynchronously
, exception);
1291
this.Complete(this.
hasCompletedAsynchronously
, exception);
1297
this.Complete(this.
hasCompletedAsynchronously
);
1313
this.Complete(this.
hasCompletedAsynchronously
, exception);
1339
this.Complete(this.
hasCompletedAsynchronously
, exception);