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