1 write to headerLookup
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
69this.headerLookup = new Dictionary<string, HeaderBit[]>();
8 references to headerLookup
System.ServiceModel (8)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (8)
212if (this.headerLookup.TryGetValue(item.Key, out bits)) 222this.headerLookup[item.Key] = bits; 232this.headerLookup.Add(item.Key, bits); 259this.headerLookup.Clear(); 396context.ProcessHeaders(message, cset.qnames, this.headerLookup); 440context.ProcessHeaders(message, cset.qnames, this.headerLookup); 474context.ProcessHeaders(message, cset.qnames, this.headerLookup); 670this.headerLookup.Clear();