2 writes to _ackVersion
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (2)
67_ackVersion++; 99_ackVersion++;
2 references to _ackVersion
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (2)
345oldAckVersion = _ackVersion; 560if (oldAckVersion != 0 && oldAckVersion != _ackVersion)