1 write to LastUsage
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
151
_connectionMapping[connection].
LastUsage
= DateTime.UtcNow;
1 reference to LastUsage
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
298
if (now > (idlingSettings.
LastUsage
+ _idleTimeout))