5 writes to nextBit
System.ServiceModel (5)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (5)
65
this.
nextBit
= 0;
220
bits[i] = new HeaderBit(this.
nextBit
++);
230
bits[i] = new HeaderBit(this.
nextBit
++);
256
this.
nextBit
= 0;
666
this.
nextBit
= 0;
2 references to nextBit
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (2)
241
if (this.
nextBit
== 0)
247
this.size = (this.
nextBit
- 1) / 8 + 1;