5 references to Behaviors
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);