3 overrides of GetKeyForItem
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
549
protected override string
GetKeyForItem
(ClientOperation item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
490
protected override string
GetKeyForItem
(DispatchOperation item)
FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs (1)
27
protected override string
GetKeyForItem
(Uri item)
10 references to GetKeyForItem
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (10)
76
if (_comparer.Equals(key, this.
GetKeyForItem
(item)))
114
K oldKey = this.
GetKeyForItem
(item);
150
if (_comparer.Equals(key,
GetKeyForItem
(item)))
161
if ((_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]);