1 override of ContainsKey
System.ServiceModel (1)
System\ServiceModel\Configuration\XPathMessageFilterElementCollection.cs (1)
20public override bool ContainsKey(object key)
24 references to ContainsKey
ComSvcConfig (10)
ComplusEndpointConfigContainer.cs (4)
203if (!sg.Bindings.NetNamedPipeBinding.Bindings.ContainsKey(this.DefaultBindingName)) 211if (!sg.Bindings.NetNamedPipeBinding.Bindings.ContainsKey(this.DefaultTransactionalBindingName)) 231if (sg.Bindings.NetNamedPipeBinding.Bindings.ContainsKey(this.DefaultBindingName)) 236if (sg.Bindings.NetNamedPipeBinding.Bindings.ContainsKey(this.DefaultTransactionalBindingName))
EndpointConfigContainer.cs (2)
711if (!sg.Behaviors.ServiceBehaviors.ContainsKey(comServiceBehavior)) 734if (sg.Behaviors.ServiceBehaviors.ContainsKey(comServiceBehavior))
WasEndpointConfigContainer.cs (4)
151if (!sg.Bindings.WSHttpBinding.Bindings.ContainsKey(this.DefaultBindingName)) 157if (!sg.Bindings.WSHttpBinding.Bindings.ContainsKey(this.DefaultTransactionalBindingName)) 190if (sg.Bindings.WSHttpBinding.Bindings.ContainsKey(this.DefaultBindingName)) 195if (sg.Bindings.WSHttpBinding.Bindings.ContainsKey(this.DefaultTransactionalBindingName))
System.ServiceModel (13)
System\ServiceModel\Configuration\BehaviorsSection.cs (2)
65if (!behaviors.EndpointBehaviors.ContainsKey(behaviorConfiguration)) 93if (!behaviors.ServiceBehaviors.ContainsKey(behaviorConfiguration))
System\ServiceModel\Configuration\CustomBindingCollectionElement.cs (1)
46return this.Bindings.ContainsKey(name);
System\ServiceModel\Configuration\ExtensionElementCollection.cs (1)
54if (this.ContainsKey(newElementKey))
System\ServiceModel\Configuration\ServiceModelConfigurationElementCollection.cs (1)
49if (this.ContainsKey(key))
System\ServiceModel\Configuration\ServiceModelEnhancedConfigurationElementCollection.cs (1)
32if (this.ContainsKey(newElementKey))
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
378if (collection.ContainsKey(name))
System\ServiceModel\Configuration\StandardBindingCollectionElement.cs (1)
48return me.Bindings.ContainsKey(name);
System\ServiceModel\Configuration\StandardEndpointCollectionElement.cs (1)
48return me.Endpoints.ContainsKey(name);
System\ServiceModel\Configuration\XmlElementElementCollection.cs (1)
42if ((parent == null) || !parent.ContainsKey(this.GetElementKey(element)))
System\ServiceModel\Configuration\XPathMessageFilterElementCollection.cs (1)
45return base.ContainsKey(newKey);
System\ServiceModel\Description\ConfigLoader.cs (2)
1213if (behaviors.EndpointBehaviors.ContainsKey(behaviorName)) 1247if (behaviors.ServiceBehaviors.ContainsKey(behaviorName))
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (1)
212if (section.TransportConfigurationTypes.ContainsKey(protocol))