3 types derived from SynchronizedKeyedCollection
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
533internal class OperationCollection : SynchronizedKeyedCollection<string, ClientOperation>
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
474internal class OperationCollection : SynchronizedKeyedCollection<string, DispatchOperation>
FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs (1)
9public class UriSchemeKeyedCollection : SynchronizedKeyedCollection<string, Uri>
3 references to SynchronizedKeyedCollection
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
44internal SynchronizedKeyedCollection<string, ClientOperation> operations; 357public new SynchronizedKeyedCollection<string, ClientOperation> Operations
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
175public SynchronizedKeyedCollection<string, DispatchOperation> Operations