15 references to KeyedByTypeCollection
System.ServiceModel (15)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
36KeyedByTypeCollection<IEndpointBehavior> behaviors = new KeyedByTypeCollection<IEndpointBehavior>();
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
30KeyedByTypeCollection<IEndpointBehavior> behaviors = new KeyedByTypeCollection<IEndpointBehavior>();
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
34KeyedByTypeCollection<IEndpointBehavior> behaviors = new KeyedByTypeCollection<IEndpointBehavior>();
System\ServiceModel\Configuration\IssuedTokenClientElement.cs (1)
146KeyedByTypeCollection<IEndpointBehavior> issuerBehaviors = new KeyedByTypeCollection<IEndpointBehavior>();
System\ServiceModel\Description\ConfigLoader.cs (1)
205KeyedByTypeCollection<T> tempBehaviors = new KeyedByTypeCollection<T>();
System\ServiceModel\Description\ContractDescription.cs (1)
25KeyedByTypeCollection<IContractBehavior> behaviors = new KeyedByTypeCollection<IContractBehavior>();
System\ServiceModel\Description\OperationDescription.cs (1)
57this.behaviors = new KeyedByTypeCollection<IOperationBehavior>();
System\ServiceModel\Description\ServiceDescription.cs (1)
21KeyedByTypeCollection<IServiceBehavior> behaviors = new KeyedByTypeCollection<IServiceBehavior>();
System\ServiceModel\Description\ServiceEndpoint.cs (1)
66this.behaviors = new KeyedByTypeCollection<IEndpointBehavior>();
System\ServiceModel\Description\TypeLoader.cs (3)
413KeyedByTypeCollection<IOperationBehavior> result = new KeyedByTypeCollection<IOperationBehavior>(); 556KeyedByTypeCollection<IOperationBehavior> opBehaviors = new KeyedByTypeCollection<IOperationBehavior>(); 1973KeyedByTypeCollection<IBehavior> toAdd = new KeyedByTypeCollection<IBehavior>();
System\ServiceModel\Security\IssuedTokenClientCredential.cs (2)
131this.localIssuerChannelBehaviors = new KeyedByTypeCollection<IEndpointBehavior>(); 163KeyedByTypeCollection<IEndpointBehavior> result = new KeyedByTypeCollection<IEndpointBehavior>();
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
517this.channelBehaviors = new KeyedByTypeCollection<IEndpointBehavior>();