17 overrides of GetKeyForItem
Aspire.Dashboard (4)
Components\Interactions\InteractionsProvider.cs (2)
548
protected override int
GetKeyForItem
(WatchInteractionsResponseUpdate item)
556
protected override int
GetKeyForItem
(InteractionMessageBarReference item)
Otlp\Model\OtlpSpanCollection.cs (1)
17
protected override string
GetKeyForItem
(OtlpSpan item)
ServiceClient\DashboardClient.cs (1)
789
protected override int
GetKeyForItem
(WatchInteractionsResponseUpdate item) => item.InteractionId;
Aspire.Hosting (1)
ApplicationModel\InteractionService.cs (1)
306
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 (4)
netstandard.cs (4)
59
protected override Type
GetKeyForItem
(TItem item) { return default; }
2052
protected override System.Xml.XmlQualifiedName
GetKeyForItem
(System.ServiceModel.Description.MessageHeaderDescription item) { return default; }
2068
protected override System.Xml.XmlQualifiedName
GetKeyForItem
(System.ServiceModel.Description.MessagePartDescription item) { return default; }
2077
protected override string
GetKeyForItem
(System.ServiceModel.Description.MessagePropertyDescription item) { return default; }
System.Speech (1)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (1)
591
protected override string
GetKeyForItem
(System.Speech.Recognition.SrgsGrammar.SrgsRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
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);