2 writes to lastActivity
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
2625
Interlocked.Exchange(ref this.
lastActivity
, Ticks.Now);
2655
long last = Interlocked.CompareExchange(ref this.
lastActivity
, 0, 0);