3 overrides of GetKeyForItem
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
549protected override string GetKeyForItem(ClientOperation item)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
930protected override string GetKeyForItem(DispatchOperation item)
System\ServiceModel\UriSchemeKeyedCollection.cs (1)
29protected override string GetKeyForItem(Uri item)
10 references to GetKeyForItem
System.ServiceModel (10)
System\ServiceModel\SynchronizedKeyedCollection.cs (10)
76if (this.comparer.Equals(key, this.GetKeyForItem(item))) 114K oldKey = this.GetKeyForItem(item); 150if (this.comparer.Equals(key, GetKeyForItem(item))) 161if ((this.dictionary == null) || ((key = GetKeyForItem(item)) == null)) 178K key = GetKeyForItem(item); 188K key = this.GetKeyForItem(item); 214if (comparer.Equals(key, GetKeyForItem(Items[i]))) 227K key = this.GetKeyForItem(this.Items[index]); 250K newKey = this.GetKeyForItem(item); 251K oldKey = this.GetKeyForItem(this.Items[index]);