8 references to ServiceBehaviors
ComSvcConfig (5)
EndpointConfigContainer.cs (5)
711if (!sg.Behaviors.ServiceBehaviors.ContainsKey(comServiceBehavior)) 714sg.Behaviors.ServiceBehaviors.Add(behavior); 734if (sg.Behaviors.ServiceBehaviors.ContainsKey(comServiceBehavior)) 736ServiceBehaviorElement element = sg.Behaviors.ServiceBehaviors[comServiceBehavior]; 737sg.Behaviors.ServiceBehaviors.Remove(element);
System.ServiceModel (3)
System\ServiceModel\Configuration\BehaviorsSection.cs (1)
93if (!behaviors.ServiceBehaviors.ContainsKey(behaviorConfiguration))
System\ServiceModel\Description\ConfigLoader.cs (2)
1247if (behaviors.ServiceBehaviors.ContainsKey(behaviorName)) 1249retval = behaviors.ServiceBehaviors[behaviorName];