2 writes to ackVersion
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
99
this.
ackVersion
++;
149
this.
ackVersion
++;
2 references to ackVersion
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
423
oldAckVersion = this.
ackVersion
;
638
if (oldAckVersion != 0 && oldAckVersion != this.
ackVersion
)