6 references to KeyedByTypeCollection
System.ServiceModel.Primitives (6)
System\ServiceModel\Description\ContractDescription.cs (1)
131
public KeyedByTypeCollection<IContractBehavior> Behaviors { get; } = new
KeyedByTypeCollection
<IContractBehavior>();
System\ServiceModel\Description\OperationDescription.cs (1)
40
Behaviors = new
KeyedByTypeCollection
<IOperationBehavior>();
System\ServiceModel\Description\ServiceEndpoint.cs (1)
52
_behaviors = new
KeyedByTypeCollection
<IEndpointBehavior>();
System\ServiceModel\Description\TypeLoader.cs (3)
407
KeyedByTypeCollection<IOperationBehavior> result = new
KeyedByTypeCollection
<IOperationBehavior>();
627
KeyedByTypeCollection<IOperationBehavior> opBehaviors = new
KeyedByTypeCollection
<IOperationBehavior>();
2064
KeyedByTypeCollection<IBehavior> toAdd = new
KeyedByTypeCollection
<IBehavior>();