3 writes to size
System.ServiceModel (3)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (3)
204
this.
size
= 0;
248
this.
size
= 0;
252
this.
size
= (nextBit - 1) / 8 + 1;
7 references to size
System.ServiceModel (7)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (7)
255
if (this.
size
> 0)
257
this.mask = new byte[
size
];
258
for (int i = 0; i < this.
size
- 1; ++i)
265
this.mask[this.
size
- 1] = 0xff;
269
this.mask[this.
size
- 1] = (byte)((1 << (nextBit % 8)) - 1);
307
if (this.
size
== 0)
312
EndpointAddressProcessor context = CreateProcessor(this.
size
);