2 writes to LastAttemptTime
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
1055this.buffer[(head + index) % this.maxSize].LastAttemptTime = retryTime; 1092this.LastAttemptTime = lastAttemptTime;
1 reference to LastAttemptTime
System.ServiceModel (1)
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
994return this.buffer[(head + index) % this.maxSize].LastAttemptTime;