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