1 write to creationTime
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
363this.creationTime = DateTime.UtcNow;
2 references to creationTime
System.ServiceModel (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
364this.lastUsage = this.creationTime; 369get { return this.creationTime; }