Base:
method
GetKeyForItem
System.Collections.Generic.SynchronizedKeyedCollection<K, T>.GetKeyForItem(T)
1 reference to GetKeyForItem
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
583internal string InternalGetKeyForItem(ClientOperation item) { return this.GetKeyForItem(item); }