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