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