4 instantiations of HeaderBit
System.ServiceModel (4)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (2)
231
bits[bits.Length - 1] = new
HeaderBit
(nextBit++);
237
this.headerLookup.Add(key, new HeaderBit[] { new
HeaderBit
(nextBit++) });
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (2)
220
bits[i] = new
HeaderBit
(this.nextBit++);
230
bits[i] = new
HeaderBit
(this.nextBit++);
22 references to HeaderBit
System.ServiceModel (22)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (8)
16
using HeaderBit = System.ServiceModel.Dispatcher.EndpointAddressProcessor.
HeaderBit
;
107
internal Dictionary<string,
HeaderBit
[]> HeaderLookup
189
Dictionary<string,
HeaderBit
[]> headerLookup;
213
HeaderBit
[] bits;
216
this.headerLookup = new Dictionary<string,
HeaderBit
[]>();
237
this.headerLookup.Add(key, new
HeaderBit
[] { new HeaderBit(nextBit++) });
274
internal Dictionary<string,
HeaderBit
[]> HeaderLookup
279
this.headerLookup = new Dictionary<string,
HeaderBit
[]>();
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (9)
18
using HeaderBit = System.ServiceModel.Dispatcher.EndpointAddressProcessor.
HeaderBit
;
29
Dictionary<string,
HeaderBit
[]> headerLookup;
69
this.headerLookup = new Dictionary<string,
HeaderBit
[]>();
206
protected byte[] BuildMask(Dictionary<string,
HeaderBit
[]> headerLookup)
208
HeaderBit
[] bits;
210
foreach (KeyValuePair<string,
HeaderBit
[]> item in headerLookup)
227
bits = new
HeaderBit
[item.Value.Length];
796
internal Dictionary<string,
HeaderBit
[]> headerLookup;
798
internal Candidate(MessageFilter filter, TFilterData data, byte[] mask, Dictionary<string,
HeaderBit
[]> headerLookup)
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (3)
188
internal void ProcessHeaders(Message msg, Dictionary<QName, int> qnameLookup, Dictionary<string,
HeaderBit
[]> headerLookup)
191
HeaderBit
[] bits;
218
internal void SetBit(
HeaderBit
[] bits)
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilter.cs (2)
15
using HeaderBit = System.ServiceModel.Dispatcher.EndpointAddressProcessor.
HeaderBit
;
100
internal Dictionary<string,
HeaderBit
[]> HeaderLookup