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