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