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