1 write to candidates
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
68
this.
candidates
= new Dictionary<MessageFilter, Candidate>();
9 references to candidates
System.ServiceModel (9)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (6)
90
this.
candidates
[filter].data = value;
153
this.
candidates
.Add(filter, can);
258
this.
candidates
.Clear();
673
foreach (Candidate can in this.
candidates
.Values)
721
Candidate can = this.
candidates
[filter];
735
this.
candidates
.Remove(filter);
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (3)
60
this.
candidates
.Add(filter, can);
136
Candidate can = this.
candidates
[filter];
155
this.
candidates
.Remove(filter);