18 overrides of GetKeyForItem
Aspire.Dashboard (4)
Components\Interactions\InteractionsProvider.cs (2)
658
protected override int
GetKeyForItem
(WatchInteractionsResponseUpdate item)
666
protected override int
GetKeyForItem
(InteractionMessageBarReference item)
Otlp\Model\OtlpSpanCollection.cs (1)
17
protected override string
GetKeyForItem
(OtlpSpan item)
ServiceClient\DashboardClient.cs (1)
1192
protected override int
GetKeyForItem
(WatchInteractionsResponseUpdate item) => item.InteractionId;
Aspire.Hosting (1)
InteractionService.cs (1)
696
protected override int
GetKeyForItem
(Interaction item) => item.InteractionId;
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageHeaderDescriptionCollection.cs (1)
16
protected override XmlQualifiedName
GetKeyForItem
(MessageHeaderDescription item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescriptionCollection.cs (1)
17
protected override XmlQualifiedName
GetKeyForItem
(MessagePartDescription item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePropertyDescriptionCollection.cs (1)
15
protected override string
GetKeyForItem
(MessagePropertyDescription item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
595
protected override string
GetKeyForItem
(ClientOperation item) { return _inner.InternalGetKeyForItem(item); }
FrameworkFork\System.ServiceModel\System\ServiceModel\KeyedByTypeCollection.cs (1)
88
protected override Type
GetKeyForItem
(TItem item)
System.Private.Xml (2)
System\Xml\Xsl\Xslt\Compiler.cs (1)
435
protected override XmlQualifiedName
GetKeyForItem
(DecimalFormatDecl format)
System\Xml\Xsl\Xslt\XslAst.cs (1)
248
protected override QilName
GetKeyForItem
(List<Key> list)
System.ServiceModel.Primitives (5)
System\ServiceModel\Description\MessageHeaderDescriptionCollection.cs (1)
17
protected override XmlQualifiedName
GetKeyForItem
(MessageHeaderDescription item)
System\ServiceModel\Description\MessagePartDescriptionCollection.cs (1)
18
protected override XmlQualifiedName
GetKeyForItem
(MessagePartDescription item)
System\ServiceModel\Description\MessagePropertyDescriptionCollection.cs (1)
16
protected override string
GetKeyForItem
(MessagePropertyDescription item)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
596
protected override string
GetKeyForItem
(ClientOperation item) { return _inner.InternalGetKeyForItem(item); }
System\ServiceModel\KeyedByTypeCollection.cs (1)
91
protected override Type
GetKeyForItem
(TItem item)
System.Speech (1)
Recognition\SrgsGrammar\SrgsRulesCollection.cs (1)
25
protected override string
GetKeyForItem
(SrgsRule rule)
11 references to GetKeyForItem
System.ObjectModel (11)
System\Collections\ObjectModel\KeyedCollection.cs (11)
83
if (comparer.Equals(
GetKeyForItem
(item), key))
103
TKey keyInItems =
GetKeyForItem
(itemInItems);
118
if ((dict == null) || ((key =
GetKeyForItem
(item)) == null))
144
if (comparer.Equals(
GetKeyForItem
(Items[i]), key))
163
TKey oldKey =
GetKeyForItem
(item);
188
TKey key =
GetKeyForItem
(item);
199
TKey key =
GetKeyForItem
(Items[index]);
210
TKey newKey =
GetKeyForItem
(item);
211
TKey oldKey =
GetKeyForItem
(Items[index]);
263
TKey key =
GetKeyForItem
(item);
303
items[i] = new KeyedCollectionDebugViewItem(_collection.
GetKeyForItem
(item), item);