1 write to keys
System.ServiceModel (1)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (1)
442this.keys = keys;
4 references to keys
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)) 469this.position = this.keys.Length;