1 write to messageIds
System.ServiceModel (1)
System\ServiceModel\Channels\PeerFlooder.cs (1)
566
this.
messageIds
= new ListManager(MaxBuckets);
3 references to messageIds
System.ServiceModel (3)
System\ServiceModel\Channels\PeerFlooder.cs (3)
595
cacheHit =
messageIds
.AddForLookup(id);
606
this.
messageIds
.AddForFlood(id);
615
this.
messageIds
.Close();