1 write to completedSynchronously
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
81this.completedSynchronously = this.completedSynchronously && result.CompletedSynchronously;
5 references to completedSynchronously
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
65Complete(this.completedSynchronously); 81this.completedSynchronously = this.completedSynchronously && result.CompletedSynchronously; 98Complete(this.completedSynchronously, exception); 121Complete(this.completedSynchronously, exception); 127Complete(this.completedSynchronously);