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