3 writes to indexToCache
System.ServiceModel (3)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (3)
98this.indexToCache = 0; 100this.indexToCache = (++this.indexToCache) % this.cachedTokens.Length;
2 references to indexToCache
System.ServiceModel (2)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (2)
96int pos = this.indexToCache; 97if (this.indexToCache == int.MaxValue)