9 types derived from KeyedCollection
Aspire.Dashboard (1)
Otlp\Model\OtlpSpanCollection.cs (1)
8
public sealed class OtlpSpanCollection :
KeyedCollection
<string, OtlpSpan>
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageHeaderDescriptionCollection.cs (1)
10
public class MessageHeaderDescriptionCollection :
KeyedCollection
<XmlQualifiedName, MessageHeaderDescription>
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescriptionCollection.cs (1)
10
public class MessagePartDescriptionCollection :
KeyedCollection
<XmlQualifiedName, MessagePartDescription>
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePropertyDescriptionCollection.cs (1)
9
public class MessagePropertyDescriptionCollection :
KeyedCollection
<string, MessagePropertyDescription>
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
590
internal class OperationCollectionWrapper :
KeyedCollection
<string, ClientOperation>
FrameworkFork\System.ServiceModel\System\ServiceModel\KeyedByTypeCollection.cs (1)
10
public class KeyedByTypeCollection<TItem> :
KeyedCollection
<Type, TItem>
System.Private.Xml (2)
System\Xml\Xsl\Xslt\Compiler.cs (1)
433
internal sealed class DecimalFormats :
KeyedCollection
<XmlQualifiedName, DecimalFormatDecl>
System\Xml\Xsl\Xslt\XslAst.cs (1)
246
internal sealed class Keys :
KeyedCollection
<QilName, List<Key>>
System.Speech (1)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (1)
587
public sealed partial class SrgsRulesCollection : System.Collections.ObjectModel.
KeyedCollection
<string, System.Speech.Recognition.SrgsGrammar.SrgsRule>
14 references to KeyedCollection
Client.ExpectedExceptions.IntegrationTests (2)
CallbackDebugBehaviorTests.cs (2)
39
System.Collections.ObjectModel.
KeyedCollection
<Type, IEndpointBehavior> endpointBehaviors = factory.Endpoint.EndpointBehaviors;
65
System.Collections.ObjectModel.
KeyedCollection
<Type, IEndpointBehavior> endpointBehaviors2 = factory2.Endpoint.EndpointBehaviors;
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (1)
141
public
KeyedCollection
<Type, IContractBehavior> ContractBehaviors
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationDescription.cs (1)
68
public
KeyedCollection
<Type, IOperationBehavior> OperationBehaviors
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpoint.cs (1)
51
public
KeyedCollection
<Type, IEndpointBehavior> EndpointBehaviors
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1540
private void AddSortedParts<T>(List<T> partDescriptionList,
KeyedCollection
<XmlQualifiedName, T> partDescriptionCollection)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
36
public
KeyedCollection
<string, ClientOperation> Operations
45
internal
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))]
286
private readonly
KeyedCollection
<TKey, TItem> _collection;
288
public KeyedCollectionDebugView(
KeyedCollection
<TKey, TItem> collection)
System.Text.Json.SourceGeneration (1)
Helpers\KnownTypeSymbols.cs (1)
121
public INamedTypeSymbol? KeyedCollectionType => GetOrResolveType(typeof(
KeyedCollection
<,>), ref _KeyedCollectionType);