3 writes to headerLookup
System.ServiceModel (3)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (3)
203this.headerLookup = null; 216this.headerLookup = new Dictionary<string, HeaderBit[]>(); 279this.headerLookup = new Dictionary<string, HeaderBit[]>();
6 references to headerLookup
System.ServiceModel (6)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (6)
228if (this.headerLookup.TryGetValue(key, out bits)) 232this.headerLookup[key] = bits; 237this.headerLookup.Add(key, new HeaderBit[] { new HeaderBit(nextBit++) }); 278if (this.headerLookup == null) 280return this.headerLookup; 313context.ProcessHeaders(message, this.qnameLookup, this.headerLookup);