6 references to KeyedByTypeCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (1)
25private KeyedByTypeCollection<IContractBehavior> _behaviors = new KeyedByTypeCollection<IContractBehavior>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationDescription.cs (1)
58_behaviors = new KeyedByTypeCollection<IOperationBehavior>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpoint.cs (1)
63_behaviors = new KeyedByTypeCollection<IEndpointBehavior>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
394KeyedByTypeCollection<IOperationBehavior> result = new KeyedByTypeCollection<IOperationBehavior>(); 614KeyedByTypeCollection<IOperationBehavior> opBehaviors = new KeyedByTypeCollection<IOperationBehavior>(); 2007KeyedByTypeCollection<IBehavior> toAdd = new KeyedByTypeCollection<IBehavior>();