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