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