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