4 writes to position
System.ServiceModel (4)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (4)
443
this.
position
= -1;
465
this.
position
++;
469
this.
position
= this.keys.Length;
475
this.
position
= -1;
4 references to position
System.ServiceModel (4)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (4)
452
if ((this.
position
< 0) || (this.
position
>= this.keys.Length))
457
return this.keys[this.
position
];
463
if (this.
position
< (this.keys.Length - 1))