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