1 write to toHostLookup
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
75this.toHostLookup = new Dictionary<Uri, CandidateSet>(EndpointAddressMessageFilter.HostUriComparer.Value);
7 references to toHostLookup
System.ServiceModel (7)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (7)
160if (!this.toHostLookup.TryGetValue(soapToAddress, out cset)) 163this.toHostLookup.Add(soapToAddress, cset); 265if (this.toHostLookup != null) 267this.toHostLookup.Clear(); 329return this.toHostLookup.TryGetValue(to, out cset); 728cset = this.toHostLookup[soapToAddress]; 741this.toHostLookup.Remove(soapToAddress);