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