5 references to results
System.ServiceModel (5)
System\ServiceModel\Channels\PeerFlooder.cs (5)
856
this.
results
.Add(result, neighbor);
922
if (this.
results
.Count == 0)
961
if (!this.
results
.TryGetValue(result, out neighbor))
971
this.
results
.Remove(result);
1008
if (this.
results
.Count == 0 && this.doneAdding && this.shouldCallComplete)