2 writes to _lastActivity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
2384
Interlocked.Exchange(ref
_lastActivity
, Ticks.Now);
2414
long last = Interlocked.CompareExchange(ref
_lastActivity
, 0, 0);