2 writes to toHostTable
System.ServiceModel (2)
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (2)
23
this.
toHostTable
= new UriPrefixTable<CandidateSet>();
93
this.
toHostTable
= new UriPrefixTable<EndpointAddressMessageFilterTable<TFilterData>.CandidateSet>();
1 reference to toHostTable
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (1)
83
return includeHostNameInComparison ? this.
toHostTable
: this.toNoHostTable;