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