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