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