2 writes to nextAvailableCacheIndex
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\NameValueCache.cs (2)
55nextAvailableCacheIndex = ++nextAvailableCacheIndex % currentKeys.Length;
3 references to nextAvailableCacheIndex
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\NameValueCache.cs (3)
50if (!String.IsNullOrEmpty(currentKeys[nextAvailableCacheIndex])) 52cache.Remove(currentKeys[nextAvailableCacheIndex]); 54currentKeys[nextAvailableCacheIndex] = key;