14 types derived from KeyedCollection
Aspire.Dashboard (1)
Otlp\Model\OtlpTraceCollection.cs (1)
8public sealed class OtlpTraceCollection : KeyedCollection<ReadOnlyMemory<byte>, OtlpTrace>
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageHeaderDescriptionCollection.cs (1)
10public class MessageHeaderDescriptionCollection : KeyedCollection<XmlQualifiedName, MessageHeaderDescription>
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescriptionCollection.cs (1)
10public class MessagePartDescriptionCollection : KeyedCollection<XmlQualifiedName, MessagePartDescription>
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePropertyDescriptionCollection.cs (1)
9public class MessagePropertyDescriptionCollection : KeyedCollection<string, MessagePropertyDescription>
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
590internal class OperationCollectionWrapper : KeyedCollection<string, ClientOperation>
FrameworkFork\System.ServiceModel\System\ServiceModel\KeyedByTypeCollection.cs (1)
10public class KeyedByTypeCollection<TItem> : KeyedCollection<Type, TItem>
System.Private.Xml (2)
System\Xml\Xsl\Xslt\Compiler.cs (1)
433internal sealed class DecimalFormats : KeyedCollection<XmlQualifiedName, DecimalFormatDecl>
System\Xml\Xsl\Xslt\XslAst.cs (1)
246internal sealed class Keys : KeyedCollection<QilName, List<Key>>
System.ServiceModel.Primitives (5)
System\ServiceModel\Description\MessageHeaderDescriptionCollection.cs (1)
11public class MessageHeaderDescriptionCollection : KeyedCollection<XmlQualifiedName, MessageHeaderDescription>
System\ServiceModel\Description\MessagePartDescriptionCollection.cs (1)
11public class MessagePartDescriptionCollection : KeyedCollection<XmlQualifiedName, MessagePartDescription>
System\ServiceModel\Description\MessagePropertyDescriptionCollection.cs (1)
10public class MessagePropertyDescriptionCollection : KeyedCollection<string, MessagePropertyDescription>
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
591internal class OperationCollectionWrapper : KeyedCollection<string, ClientOperation>
System\ServiceModel\KeyedByTypeCollection.cs (1)
11public class KeyedByTypeCollection<TItem> : KeyedCollection<Type, TItem>
System.Speech (1)
artifacts\obj\System.Speech\Debug\net9.0\System.Speech.notsupported.cs (1)
587public sealed partial class SrgsRulesCollection : System.Collections.ObjectModel.KeyedCollection<string, System.Speech.Recognition.SrgsGrammar.SrgsRule>
20 references to KeyedCollection
Client.ExpectedExceptions.IntegrationTests (2)
CallbackDebugBehaviorTests.cs (2)
39System.Collections.ObjectModel.KeyedCollection<Type, IEndpointBehavior> endpointBehaviors = factory.Endpoint.EndpointBehaviors; 65System.Collections.ObjectModel.KeyedCollection<Type, IEndpointBehavior> endpointBehaviors2 = factory2.Endpoint.EndpointBehaviors;
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (1)
141public KeyedCollection<Type, IContractBehavior> ContractBehaviors
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationDescription.cs (1)
68public KeyedCollection<Type, IOperationBehavior> OperationBehaviors
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpoint.cs (1)
51public KeyedCollection<Type, IEndpointBehavior> EndpointBehaviors
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1540private void AddSortedParts<T>(List<T> partDescriptionList, KeyedCollection<XmlQualifiedName, T> partDescriptionCollection)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
36public KeyedCollection<string, ClientOperation> Operations 45internal KeyedCollection<string, ClientOperation> compatOperations;
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
116[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.KeyedCollection<,>))]
netstandard (1)
netstandard.cs (1)
147[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.KeyedCollection<,>))]
System.ObjectModel (3)
System\Collections\ObjectModel\KeyedCollection.cs (3)
11[DebuggerTypeProxy(typeof(KeyedCollection<,>.KeyedCollectionDebugView))] 286private readonly KeyedCollection<TKey, TItem> _collection; 288public KeyedCollectionDebugView(KeyedCollection<TKey, TItem> collection)
System.ServiceModel.Primitives (6)
System\ServiceModel\Description\ContractDescription.cs (1)
125public KeyedCollection<Type, IContractBehavior> ContractBehaviors
System\ServiceModel\Description\OperationDescription.cs (1)
50public KeyedCollection<Type, IOperationBehavior> OperationBehaviors
System\ServiceModel\Description\ServiceEndpoint.cs (1)
40public KeyedCollection<Type, IEndpointBehavior> EndpointBehaviors
System\ServiceModel\Description\TypeLoader.cs (1)
1597private void AddSortedParts<T>(List<T> partDescriptionList, KeyedCollection<XmlQualifiedName, T> partDescriptionCollection)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
36public KeyedCollection<string, ClientOperation> Operations 45internal KeyedCollection<string, ClientOperation> _compatOperations;
System.Text.Json.SourceGeneration (1)
Helpers\KnownTypeSymbols.cs (1)
121public INamedTypeSymbol? KeyedCollectionType => GetOrResolveType(typeof(KeyedCollection<,>), ref _KeyedCollectionType);