1 type derived from KeyedByTypeCollection
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1290public partial class BindingParameterCollection : System.Collections.Generic.KeyedByTypeCollection<object>
2 references to KeyedByTypeCollection
System.ServiceModel (1)
netstandard.cs (1)
14[assembly: TypeForwardedTo(typeof(KeyedByTypeCollection<>))]
System.ServiceModel.Primitives (1)
netstandard.cs (1)
2083public System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IOperationBehavior> Behaviors { get { return default; } }