1 write to toNoHostLookup
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
76this.toNoHostLookup = new Dictionary<Uri, CandidateSet>(EndpointAddressMessageFilter.NoHostUriComparer.Value);
7 references to toNoHostLookup
System.ServiceModel (7)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (7)
168if (!this.toNoHostLookup.TryGetValue(soapToAddress, out cset)) 171this.toNoHostLookup.Add(soapToAddress, cset); 269if (this.toNoHostLookup != null) 271this.toNoHostLookup.Clear(); 333return this.toNoHostLookup.TryGetValue(to, out cset); 732cset = this.toNoHostLookup[soapToAddress]; 745this.toNoHostLookup.Remove(soapToAddress);