2 references to CommonBehaviorsSectionName
System.ServiceModel (2)
System\ServiceModel\Configuration\ConfigurationStrings.cs (1)
519get { return ConfigurationHelpers.GetSectionPath(ConfigurationStrings.CommonBehaviorsSectionName); }
System\ServiceModel\Configuration\ServiceModelSectionGroup.cs (1)
37get { return (CommonBehaviorsSection)this.Sections[ConfigurationStrings.CommonBehaviorsSectionName]; }