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