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