5 references to comServiceBehavior
ComSvcConfig (5)
EndpointConfigContainer.cs (5)
293serviceElement.BehaviorConfiguration = comServiceBehavior; 711if (!sg.Behaviors.ServiceBehaviors.ContainsKey(comServiceBehavior)) 713ServiceBehaviorElement behavior = new ServiceBehaviorElement(comServiceBehavior); 734if (sg.Behaviors.ServiceBehaviors.ContainsKey(comServiceBehavior)) 736ServiceBehaviorElement element = sg.Behaviors.ServiceBehaviors[comServiceBehavior];