1 write to hasKeys
System.ServiceModel (1)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (1)
397
this.
hasKeys
= this.BackingHttpHeadersHasKeys();
3 references to hasKeys
System.ServiceModel (3)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (3)
396
bool originalHasKeys = this.
hasKeys
;
398
if (originalHasKeys && !this.
hasKeys
)
402
else if (!originalHasKeys && this.
hasKeys
)