5 references to BehaviorsSectionPath
System.ServiceModel (5)
System\ServiceModel\Configuration\BehaviorsSection.cs (5)
28
return (BehaviorsSection)ConfigurationHelpers.GetSection(ConfigurationStrings.
BehaviorsSectionPath
);
36
return (BehaviorsSection)ConfigurationHelpers.UnsafeGetSection(ConfigurationStrings.
BehaviorsSectionPath
);
44
return (BehaviorsSection)ConfigurationHelpers.UnsafeGetAssociatedSection(evalContext, ConfigurationStrings.
BehaviorsSectionPath
);
64
BehaviorsSection behaviors = (BehaviorsSection)ConfigurationHelpers.UnsafeGetAssociatedSection(evaluationContext, ConfigurationStrings.
BehaviorsSectionPath
);
92
BehaviorsSection behaviors = (BehaviorsSection)ConfigurationHelpers.UnsafeGetAssociatedSection(evaluationContext, ConfigurationStrings.
BehaviorsSectionPath
);