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