2 writes to tables
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (2)
679
tables
= new Dictionary<byte[], bool>[buckets];
747
tables
= null;
8 references to tables
System.ServiceModel (8)
System\ServiceModel\Channels\PeerFlooder.cs (8)
683
tables
[i] = NewCache(InitialCount);
713
tables
[active].Add(key, false);
761
if (
tables
[(active + i) % buckets].TryGetValue(key, out flooded))
765
tables
[(active + i) % buckets][key] = true;
772
tables
[active].Add(key, true);
786
if (
tables
[(active + i) % buckets].ContainsKey(key))
804
tables
[active] = NewCache(
tables
[active].Count);