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