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