3 references to CommonBehaviorsSectionPath
System.ServiceModel (3)
System\ServiceModel\Configuration\CommonBehaviorsSection.cs (3)
27
return (CommonBehaviorsSection)ConfigurationHelpers.GetSection(ConfigurationStrings.
CommonBehaviorsSectionPath
);
35
return (CommonBehaviorsSection)ConfigurationHelpers.UnsafeGetSection(ConfigurationStrings.
CommonBehaviorsSectionPath
);
43
return (CommonBehaviorsSection)ConfigurationHelpers.UnsafeGetAssociatedSection(contextEval, ConfigurationStrings.
CommonBehaviorsSectionPath
);