7 references to SectionName
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (3)
3824if (streamInfo.SectionName != configKey) { 3887sectionName = streamInfo.SectionName; 3926if (streamInfo != null && streamInfo.SectionName != configKey) {
System\Configuration\MgmtConfigurationRecord.cs (4)
661if (streamInfo.SectionName != sectionInformation.ConfigKey) { 923if (streamInfo.SectionName == configKey) { 1181if (!String.IsNullOrEmpty(streamInfo.SectionName)) { 2036MonitorStream(streamInfo.SectionName, streamInfo.ConfigSource, streamInfo.StreamName);