2 writes to _lastUsage
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
352
_lastUsage
= _creationTime;
363
set {
_lastUsage
= value; }
1 reference to _lastUsage
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
362
get { return
_lastUsage
; }