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